Color Hex Logo

#b67732 Color Hex

#B67732
(182,119,50)
0 Favorites   0 Comments

Color spaces of #b67732

RGB 18211950
HSL0.090.570.45
HSV31°73°71°
CMYK 0.000.350.73   0.29
XYZ26.464023.36906.1335
Yxy23.36900.47290.4176
Hunter Lab48.341513.120226.3164
CIE-Lab55.450418.518546.5226

#b67732 color RGB value is (182,119,50).

#b67732 hex color red value is 182, green value is 119 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b67732 hue: 0.09 , saturation: 0.57 and the lightness value of b67732 is 0.45.

The process color (four color CMYK) of #b67732 color hex is 0.00, 0.35, 0.73, 0.29. Web safe color of #b67732 is #cc6633. Color #b67732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110111 00110010
Octal 266 167 62
Decimal 182 119 50
Hex B6 77 32

RGB Percentages of Color #b67732

%51.85
%33.90
%14.25

CMYK Percentages of Color #b67732

%0
%35
%73
%29

Triadic Colors of #b67732

#b67732 #32b677 #7732b6

Analogous Colors of #b67732

#b67732 #b3b632 #b63532

Monochromatic Colors of #b67732

#b67732

Complementary Color

#b67732 #3271b6

#b67732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67732 Color CSS Codes

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

#b67732 Text Font Color

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

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


#b67732 Background Color

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

This div background color is #b67732


#b67732 Border Color

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

This div border color is #b67732


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,119,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 #b67732">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67732


Comments

No comments written yet.

Please login to write comment.