Color Hex Logo

#b08738 Color Hex

#B08738
(176,135,56)
0 Favorites   0 Comments

Color spaces of #b08738

RGB 17613556
HSL0.110.520.45
HSV40°68°69°
CMYK 0.000.230.68   0.31
XYZ27.282326.84367.4848
Yxy26.84360.44280.4357
Hunter Lab51.81083.324827.7023
CIE-Lab58.82937.285547.0872

#b08738 color RGB value is (176,135,56).

#b08738 hex color red value is 176, green value is 135 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b08738 hue: 0.11 , saturation: 0.52 and the lightness value of b08738 is 0.45.

The process color (four color CMYK) of #b08738 color hex is 0.00, 0.23, 0.68, 0.31. Web safe color of #b08738 is #999933. Color #b08738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 00111000
Octal 260 207 70
Decimal 176 135 56
Hex B0 87 38

RGB Percentages of Color #b08738

%47.96
%36.78
%15.26

CMYK Percentages of Color #b08738

%0
%23
%68
%31

Triadic Colors of #b08738

#b08738 #38b087 #8738b0

Analogous Colors of #b08738

#b08738 #9db038 #b04b38

Monochromatic Colors of #b08738

#b08738

Complementary Color

#b08738 #3861b0

#b08738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08738 Color CSS Codes

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

#b08738 Text Font Color

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

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


#b08738 Background Color

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

This div background color is #b08738


#b08738 Border Color

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

This div border color is #b08738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08738


Comments

No comments written yet.

Please login to write comment.