Color Hex Logo

#b69bab Color Hex

#B69BAB
(182,155,171)
0 Favorites   0 Comments

Color spaces of #b69bab

RGB 182155171
HSL0.900.160.66
HSV324°15°71°
CMYK 0.000.150.06   0.29
XYZ38.363436.328043.5181
Yxy36.32800.32450.3073
Hunter Lab60.27278.1375-0.6177
CIE-Lab66.769812.7466-4.6151

#b69bab color RGB value is (182,155,171).

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

The process color (four color CMYK) of #b69bab color hex is 0.00, 0.15, 0.06, 0.29. Web safe color of #b69bab is #cc9999. Color #b69bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011011 10101011
Octal 266 233 253
Decimal 182 155 171
Hex B6 9B AB

RGB Percentages of Color #b69bab

%35.83
%30.51
%33.66

CMYK Percentages of Color #b69bab

%0
%15
%6
%29

Triadic Colors of #b69bab

#b69bab #abb69b #9babb6

Analogous Colors of #b69bab

#b69bab #b69b9e #b49bb6

Monochromatic Colors of #b69bab

#b69bab

Complementary Color

#b69bab #9bb6a6

#b69bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69bab Color CSS Codes

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

#b69bab Text Font Color

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

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


#b69bab Background Color

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

This div background color is #b69bab


#b69bab Border Color

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

This div border color is #b69bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69bab


Comments

No comments written yet.

Please login to write comment.