Color Hex Logo

#b38750 Color Hex

#B38750
(179,135,80)
0 Favorites   0 Comments

Color spaces of #b38750

RGB 17913580
HSL0.090.390.51
HSV33°55°70°
CMYK 0.000.250.55   0.30
XYZ28.702327.490811.3829
Yxy27.49080.42470.4068
Hunter Lab52.43175.959623.8303
CIE-Lab59.425910.339735.8280

#b38750 color RGB value is (179,135,80).

#b38750 hex color red value is 179, green value is 135 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b38750 hue: 0.09 , saturation: 0.39 and the lightness value of b38750 is 0.51.

The process color (four color CMYK) of #b38750 color hex is 0.00, 0.25, 0.55, 0.30. Web safe color of #b38750 is #cc9966. Color #b38750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000111 01010000
Octal 263 207 120
Decimal 179 135 80
Hex B3 87 50

RGB Percentages of Color #b38750

%45.43
%34.26
%20.30

CMYK Percentages of Color #b38750

%0
%25
%55
%30

Triadic Colors of #b38750

#b38750 #50b387 #8750b3

Analogous Colors of #b38750

#b38750 #aeb350 #b35650

Monochromatic Colors of #b38750

#b38750

Complementary Color

#b38750 #507cb3

#b38750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38750 Color CSS Codes

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

#b38750 Text Font Color

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

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


#b38750 Background Color

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

This div background color is #b38750


#b38750 Border Color

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

This div border color is #b38750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38750


Comments

No comments written yet.

Please login to write comment.