Color Hex Logo

#b48c2b Color Hex

#B48C2B
(180,140,43)
0 Favorites   0 Comments

Color spaces of #b48c2b

RGB 18014043
HSL0.120.610.44
HSV42°76°71°
CMYK 0.000.220.76   0.29
XYZ28.636528.63396.3031
Yxy28.63390.45040.4504
Hunter Lab53.51071.881530.4736
CIE-Lab60.45725.638054.4547

#b48c2b color RGB value is (180,140,43).

#b48c2b hex color red value is 180, green value is 140 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b48c2b hue: 0.12 , saturation: 0.61 and the lightness value of b48c2b is 0.44.

The process color (four color CMYK) of #b48c2b color hex is 0.00, 0.22, 0.76, 0.29. Web safe color of #b48c2b is #cc9933. Color #b48c2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 00101011
Octal 264 214 53
Decimal 180 140 43
Hex B4 8C 2B

RGB Percentages of Color #b48c2b

%49.59
%38.57
%11.85

CMYK Percentages of Color #b48c2b

%0
%22
%76
%29

Triadic Colors of #b48c2b

#b48c2b #2bb48c #8c2bb4

Analogous Colors of #b48c2b

#b48c2b #98b42b #b4472b

Monochromatic Colors of #b48c2b

#b48c2b

Complementary Color

#b48c2b #2b53b4

#b48c2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48c2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48c2b Color CSS Codes

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

#b48c2b Text Font Color

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

This sample text font color is #b48c2b
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.


#b48c2b Background Color

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

This div background color is #b48c2b


#b48c2b Border Color

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

This div border color is #b48c2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48c2b

#b48c2b Color Palettes


Comments

No comments written yet.

Please login to write comment.