Color Hex Logo

#b28112 Color Hex

#B28112
(178,129,18)
1 Favorites   0 Comments

Color spaces of #b28112

RGB 17812918
HSL0.120.820.38
HSV42°90°70°
CMYK 0.000.280.90   0.30
XYZ26.319525.20924.0509
Yxy25.20920.47350.4536
Hunter Lab50.20885.704630.3626
CIE-Lab57.278710.042659.5758

#b28112 color RGB value is (178,129,18).

#b28112 hex color red value is 178, green value is 129 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b28112 hue: 0.12 , saturation: 0.82 and the lightness value of b28112 is 0.38.

The process color (four color CMYK) of #b28112 color hex is 0.00, 0.28, 0.90, 0.30. Web safe color of #b28112 is #999900. Color #b28112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000001 00010010
Octal 262 201 22
Decimal 178 129 18
Hex B2 81 12

RGB Percentages of Color #b28112

%54.77
%39.69
%5.54

CMYK Percentages of Color #b28112

%0
%28
%90
%30

Triadic Colors of #b28112

#b28112 #12b281 #8112b2

Analogous Colors of #b28112

#b28112 #93b212 #b23112

Monochromatic Colors of #b28112

#b28112

Complementary Color

#b28112 #1243b2

#b28112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28112 Color CSS Codes

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

#b28112 Text Font Color

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

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


#b28112 Background Color

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

This div background color is #b28112


#b28112 Border Color

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

This div border color is #b28112


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,129,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b28112; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b28112;
  -webkit-box-shadow: 1px 1px 3px 2px #b28112;
  box-shadow:         1px 1px 3px 2px #b28112; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,129,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28112


Comments

No comments written yet.

Please login to write comment.