Color Hex Logo

#b6a89f Color Hex

#B6A89F
(182,168,159)
0 Favorites   0 Comments

Color spaces of #b6a89f

RGB 182168159
HSL0.070.140.67
HSV23°13°71°
CMYK 0.000.080.13   0.29
XYZ39.552040.453638.5246
Yxy40.45360.33370.3413
Hunter Lab63.6031-0.30428.6101
CIE-Lab69.79143.49986.4598

#b6a89f color RGB value is (182,168,159).

#b6a89f hex color red value is 182, green value is 168 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b6a89f hue: 0.07 , saturation: 0.14 and the lightness value of b6a89f is 0.67.

The process color (four color CMYK) of #b6a89f color hex is 0.00, 0.08, 0.13, 0.29. Web safe color of #b6a89f is #cc9999. Color #b6a89f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101000 10011111
Octal 266 250 237
Decimal 182 168 159
Hex B6 A8 9F

RGB Percentages of Color #b6a89f

%35.76
%33.01
%31.24

CMYK Percentages of Color #b6a89f

%0
%8
%13
%29

Triadic Colors of #b6a89f

#b6a89f #9fb6a8 #a89fb6

Analogous Colors of #b6a89f

#b6a89f #b6b49f #b69fa2

Monochromatic Colors of #b6a89f

#b6a89f

Complementary Color

#b6a89f #9fadb6

#b6a89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a89f Color CSS Codes

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

#b6a89f Text Font Color

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

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


#b6a89f Background Color

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

This div background color is #b6a89f


#b6a89f Border Color

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

This div border color is #b6a89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a89f


Comments

No comments written yet.

Please login to write comment.