color codes Logo

#b47c5b color codes

#B47C5B
(180,124,91)
0 Favorites   0 Comments

Color spaces of #b47c5b

RGB 18012491
HSL0.060.370.53
HSV22°49°71°
CMYK 0.000.310.49   0.29
XYZ27.918424.873913.2272
Yxy24.87390.42290.3768
Hunter Lab49.873712.642019.1871
CIE-Lab56.952317.919426.7273

#b47c5b color RGB value is (180,124,91).

#b47c5b hex color red value is 180, green value is 124 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b47c5b hue: 0.06 , saturation: 0.37 and the lightness value of b47c5b is 0.53.

The process color (four color CMYK) of #b47c5b color code is 0.00, 0.31, 0.49, 0.29. Web safe color of #b47c5b is #cc6666. Color #b47c5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111100 01011011
Octal 264 174 133
Decimal 180 124 91
Hex B4 7C 5B

RGB Percentages of Color #b47c5b

%45.57
%31.39
%23.04

CMYK Percentages of Color #b47c5b

%0
%31
%49
%29

Triadic Colors of #b47c5b

#b47c5b #5bb47c #7c5bb4

Analogous Colors of #b47c5b

#b47c5b #b4a95b #b45b67

Monochromatic Colors of #b47c5b

#b47c5b

Complementary Color

#b47c5b #5b93b4

#b47c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47c5b Color CSS Codes

.mybgcolor {background-color:#b47c5b; } 
.myforecolor {color:#b47c5b; }
.mybordercolor {border:3px solid #b47c5b; }

#b47c5b Text Font Color

<p style="color:#b47c5b">Text here</p>

This sample text font color is #b47c5b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b47c5b Background Color

<div style="background-color:#b47c5b">
Div content here</div>

This div background color is #b47c5b


#b47c5b Border Color

<div style="border:3px solid #b47c5b">
Div here</div>

This div border color is #b47c5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,124,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b47c5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b47c5b;
  -webkit-box-shadow: 1px 1px 3px 2px #b47c5b;
  box-shadow:         1px 1px 3px 2px #b47c5b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,124,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b47c5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b47c5b;
  -webkit-box-shadow: 1px 1px 3px 2px #b47c5b;
  box-shadow:         1px 1px 3px 2px #b47c5b;">
Div content here</div>

This div box has shadow with color #b47c5b


Comments

No comments written yet.

Please login to write comment.