Color Hex Logo

#b4926a Color Hex

#B4926A
(180,146,106)
0 Favorites   0 Comments

Color spaces of #b4926a

RGB 180146106
HSL0.090.330.56
HSV32°41°71°
CMYK 0.000.190.41   0.29
XYZ31.702831.301718.0066
Yxy31.30170.39130.3864
Hunter Lab55.94793.237920.0813
CIE-Lab62.76157.266126.0164

#b4926a color RGB value is (180,146,106).

#b4926a hex color red value is 180, green value is 146 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b4926a hue: 0.09 , saturation: 0.33 and the lightness value of b4926a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010010 01101010
Octal 264 222 152
Decimal 180 146 106
Hex B4 92 6A

RGB Percentages of Color #b4926a

%41.67
%33.80
%24.54

CMYK Percentages of Color #b4926a

%0
%19
%41
%29

Triadic Colors of #b4926a

#b4926a #6ab492 #926ab4

Analogous Colors of #b4926a

#b4926a #b1b46a #b46d6a

Monochromatic Colors of #b4926a

#b4926a

Complementary Color

#b4926a #6a8cb4

#b4926a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4926a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4926a Color CSS Codes

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

#b4926a Text Font Color

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

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


#b4926a Background Color

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

This div background color is #b4926a


#b4926a Border Color

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

This div border color is #b4926a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4926a


Comments

No comments written yet.

Please login to write comment.