Color Hex Logo

#b6897a Color Hex

#B6897A
(182,137,122)
0 Favorites   0 Comments

Color spaces of #b6897a

RGB 182137122
HSL0.040.290.60
HSV15°33°71°
CMYK 0.000.250.33   0.29
XYZ31.749929.241522.3831
Yxy29.24150.38080.3507
Hunter Lab54.075410.172713.3112
CIE-Lab60.994215.055514.7120

#b6897a color RGB value is (182,137,122).

#b6897a hex color red value is 182, green value is 137 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b6897a hue: 0.04 , saturation: 0.29 and the lightness value of b6897a is 0.60.

The process color (four color CMYK) of #b6897a color hex is 0.00, 0.25, 0.33, 0.29. Web safe color of #b6897a is #cc9966. Color #b6897a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001001 01111010
Octal 266 211 172
Decimal 182 137 122
Hex B6 89 7A

RGB Percentages of Color #b6897a

%41.27
%31.07
%27.66

CMYK Percentages of Color #b6897a

%0
%25
%33
%29

Triadic Colors of #b6897a

#b6897a #7ab689 #897ab6

Analogous Colors of #b6897a

#b6897a #b6a77a #b67a89

Monochromatic Colors of #b6897a

#b6897a

Complementary Color

#b6897a #7aa7b6

#b6897a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6897a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6897a Color CSS Codes

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

#b6897a Text Font Color

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

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


#b6897a Background Color

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

This div background color is #b6897a


#b6897a Border Color

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

This div border color is #b6897a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6897a

#b6897a Color Palettes


Comments

No comments written yet.

Please login to write comment.