Color Hex Logo

#b6b79b Color Hex

#B6B79B
(182,183,155)
0 Favorites   0 Comments

Color spaces of #b6b79b

RGB 182183155
HSL0.170.160.66
HSV62°15°72°
CMYK 0.010.000.15   0.28
XYZ42.141346.178637.7026
Yxy46.17860.33440.3664
Hunter Lab67.9548-8.226514.6732
CIE-Lab73.6613-5.206414.1453

#b6b79b color RGB value is (182,183,155).

#b6b79b hex color red value is 182, green value is 183 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #b6b79b hue: 0.17 , saturation: 0.16 and the lightness value of b6b79b is 0.66.

The process color (four color CMYK) of #b6b79b color hex is 0.01, 0.00, 0.15, 0.28. Web safe color of #b6b79b is #cccc99. Color #b6b79b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10110111 10011011
Octal 266 267 233
Decimal 182 183 155
Hex B6 B7 9B

RGB Percentages of Color #b6b79b

%35.00
%35.19
%29.81

CMYK Percentages of Color #b6b79b

%1
%0
%15
%28

Triadic Colors of #b6b79b

#b6b79b #9bb6b7 #b79bb6

Analogous Colors of #b6b79b

#b6b79b #a8b79b #b7aa9b

Monochromatic Colors of #b6b79b

#b6b79b

Complementary Color

#b6b79b #9c9bb7

#b6b79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b79b Color CSS Codes

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

#b6b79b Text Font Color

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

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


#b6b79b Background Color

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

This div background color is #b6b79b


#b6b79b Border Color

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

This div border color is #b6b79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b79b


Comments

No comments written yet.

Please login to write comment.