Color Hex Logo

#b89bac Color Hex

#B89BAC
(184,155,172)
0 Favorites   0 Comments

Color spaces of #b89bac

RGB 184155172
HSL0.900.170.66
HSV325°16°72°
CMYK 0.000.160.07   0.28
XYZ38.934936.611644.0444
Yxy36.61160.32560.3061
Hunter Lab60.50758.9716-0.8029
CIE-Lab66.984613.6464-4.8363

#b89bac color RGB value is (184,155,172).

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

The process color (four color CMYK) of #b89bac color hex is 0.00, 0.16, 0.07, 0.28. Web safe color of #b89bac is #cc9999. Color #b89bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011011 10101100
Octal 270 233 254
Decimal 184 155 172
Hex B8 9B AC

RGB Percentages of Color #b89bac

%36.01
%30.33
%33.66

CMYK Percentages of Color #b89bac

%0
%16
%7
%28

Triadic Colors of #b89bac

#b89bac #acb89b #9bacb8

Analogous Colors of #b89bac

#b89bac #b89b9e #b69bb8

Monochromatic Colors of #b89bac

#b89bac

Complementary Color

#b89bac #9bb8a7

#b89bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89bac Color CSS Codes

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

#b89bac Text Font Color

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

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


#b89bac Background Color

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

This div background color is #b89bac


#b89bac Border Color

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

This div border color is #b89bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89bac


Comments

No comments written yet.

Please login to write comment.