Color Hex Logo

#b28718 Color Hex

#B28718
(178,135,24)
0 Favorites   0 Comments

Color spaces of #b28718

RGB 17813524
HSL0.120.760.40
HSV43°87°70°
CMYK 0.000.240.87   0.30
XYZ27.188926.85894.6154
Yxy26.85890.46350.4578
Hunter Lab51.82562.950530.9977
CIE-Lab58.84356.847459.3062

#b28718 color RGB value is (178,135,24).

#b28718 hex color red value is 178, green value is 135 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #b28718 hue: 0.12 , saturation: 0.76 and the lightness value of b28718 is 0.40.

The process color (four color CMYK) of #b28718 color hex is 0.00, 0.24, 0.87, 0.30. Web safe color of #b28718 is #999900. Color #b28718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000111 00011000
Octal 262 207 30
Decimal 178 135 24
Hex B2 87 18

RGB Percentages of Color #b28718

%52.82
%40.06
%7.12

CMYK Percentages of Color #b28718

%0
%24
%87
%30

Triadic Colors of #b28718

#b28718 #18b287 #8718b2

Analogous Colors of #b28718

#b28718 #90b218 #b23a18

Monochromatic Colors of #b28718

#b28718

Complementary Color

#b28718 #1843b2

#b28718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28718 Color CSS Codes

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

#b28718 Text Font Color

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

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


#b28718 Background Color

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

This div background color is #b28718


#b28718 Border Color

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

This div border color is #b28718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28718


Comments

No comments written yet.

Please login to write comment.