Color Hex Logo

#b78332 Color Hex

#B78332
(183,131,50)
0 Favorites   0 Comments

Color spaces of #b78332

RGB 18313150
HSL0.100.570.46
HSV37°73°72°
CMYK 0.000.280.73   0.28
XYZ28.220526.53026.6511
Yxy26.53020.45960.4321
Hunter Lab51.50757.660528.3992
CIE-Lab58.536912.283849.7455

#b78332 color RGB value is (183,131,50).

#b78332 hex color red value is 183, green value is 131 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b78332 hue: 0.10 , saturation: 0.57 and the lightness value of b78332 is 0.46.

The process color (four color CMYK) of #b78332 color hex is 0.00, 0.28, 0.73, 0.28. Web safe color of #b78332 is #cc9933. Color #b78332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000011 00110010
Octal 267 203 62
Decimal 183 131 50
Hex B7 83 32

RGB Percentages of Color #b78332

%50.27
%35.99
%13.74

CMYK Percentages of Color #b78332

%0
%28
%73
%28

Triadic Colors of #b78332

#b78332 #32b783 #8332b7

Analogous Colors of #b78332

#b78332 #a9b732 #b74132

Monochromatic Colors of #b78332

#b78332

Complementary Color

#b78332 #3266b7

#b78332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78332 Color CSS Codes

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

#b78332 Text Font Color

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

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


#b78332 Background Color

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

This div background color is #b78332


#b78332 Border Color

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

This div border color is #b78332


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,131,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b78332; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b78332;
  -webkit-box-shadow: 1px 1px 3px 2px #b78332;
  box-shadow:         1px 1px 3px 2px #b78332; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,131,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78332


Comments

No comments written yet.

Please login to write comment.