#B89596

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

Shades of Careys Pink #B89596

Tints of Careys Pink #B89596

Color information

#B89596 (or 0xB89596) is unknown color: approx Careys Pink. HEX triplet: B8, 95 and 96. RGB value is (184,149,150). Sum of RGB (Red+Green+Blue) = 184+149+150=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B89596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89596 is #476A69. Grayscale: #9F9F9F. Windows color (decimal): -4680298 or 9868728. OLE color: 9868728.

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

Color convert

RGB184149150-
CMYK00.190.180.28
HSL358.29º19.77%65.29%-
HSV(B)358.29º19.02%72.16%-
XYZ36.0233.8933.5-
YUV159.58122.6145.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=38.10%
G=30.85%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414915000.190.180.28358.2919.7765.29
HexB89596013121C1661441
Octal270225226023223454624101
Binary1011100010010101100101100100111001011100101100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89596; }

 p { color: rgb(184,149,150); }

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

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

 a { background-color: rgb(184,149,150); }

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

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

 span { border-color: rgb(184,149,150); }

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