Color Hex Logo

#b6926b Color Hex

#B6926B
(182,146,107)
0 Favorites   0 Comments

Color spaces of #b6926b

RGB 182146107
HSL0.090.340.57
HSV31°41°71°
CMYK 0.000.200.41   0.29
XYZ32.224131.564418.3041
Yxy31.56440.39250.3845
Hunter Lab56.18224.062420.0109
CIE-Lab62.98128.209325.7939

#b6926b color RGB value is (182,146,107).

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

The process color (four color CMYK) of #b6926b color hex is 0.00, 0.20, 0.41, 0.29. Web safe color of #b6926b is #cc9966. Color #b6926b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010010 01101011
Octal 266 222 153
Decimal 182 146 107
Hex B6 92 6B

RGB Percentages of Color #b6926b

%41.84
%33.56
%24.60

CMYK Percentages of Color #b6926b

%0
%20
%41
%29

Triadic Colors of #b6926b

#b6926b #6bb692 #926bb6

Analogous Colors of #b6926b

#b6926b #b5b66b #b66d6b

Monochromatic Colors of #b6926b

#b6926b

Complementary Color

#b6926b #6b8fb6

#b6926b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6926b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6926b Color CSS Codes

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

#b6926b Text Font Color

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

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


#b6926b Background Color

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

This div background color is #b6926b


#b6926b Border Color

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

This div border color is #b6926b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,146,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6926b


Comments

No comments written yet.

Please login to write comment.