#B89899

Color #B89899 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #B89899

Tints of Careys Pink #B89899

Color information

#B89899 (or 0xB89899) is unknown color: approx Careys Pink. HEX triplet: B8, 98 and 99. RGB value is (184,152,153). Sum of RGB (Red+Green+Blue) = 184+152+153=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B89899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89899 is #476766. Grayscale: #A1A1A1. Windows color (decimal): -4679527 or 10066104. OLE color: 10066104.

HSL color Cylindrical-coordinate representation of color #B89899: hue angle of 358.12º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B89899 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB184152153-
CMYK00.170.170.28
HSL358.12º18.39%65.88%-
HSV(B)358.12º17.39%72.16%-
XYZ36.7534.9534.95-
YUV161.68123.1143.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=37.63%
G=31.08%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415215300.170.170.28358.1218.3965.88
HexB89899011111C1661242
Octal270230231021213454622102
Binary1011100010011000100110010100011000111100101100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89899; }

 p { color: rgb(184,152,153); }

 H1.HeaderClassName
 {
   color: #B89899;
 }
 .AnyTagClassName
 {
   color: #B89899;
 }
</style>
background-color css

<style>
 a { background-color: #B89899; }

 a { background-color: rgb(184,152,153); }

 div.DivClassName
 {
   background-color: #B89899;
 }
 .BgClassName
 {
   background-color: #B89899;
 }
</style>
border-color css

<style>
 span { border-color: #B89899; }

 span { border-color: rgb(184,152,153); }

 td.TdClassName
 {
   border-color: #B89899;
 }
 .TagClassName
 {
   border-color: #B89899;
 }
</style>