Shades of Careys Pink #B89597
Tints of Careys Pink #B89597
RGB
CMYK
RGB Variations
Color information
#B89597 (or 0xB89597) is known color: Careys Pink. HEX triplet: B8, 95 and 97. RGB value is (184,149,151). Sum of RGB (Red+Green+Blue) = 184+149+151=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B89597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89597 is #476A68. Grayscale: #9F9F9F. Windows color (decimal): -4680297 or 9934264. OLE color: 9934264.
HSL color Cylindrical-coordinate representation of color #B89597: hue angle of 356.57º 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 #B89597 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 151 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.28 |
| HSL | 356.57º | 0.2% | 0.65% | - |
| HSV(B) | 356.57º | 0.19% | 0.72% | - |
| XYZ | 36.1 | 33.92 | 33.92 | - |
| YUV | 159.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 151 | 0 | 0.19 | 0.18 | 0.28 | 356.57 | 0.2 | 0.65 |
| Hex | B8 | 95 | 97 | 0 | 13 | 12 | 1C | 165 | 14 | 41 |
| Octal | 270 | 225 | 227 | 0 | 23 | 22 | 34 | 545 | 24 | 101 |
| Binary | 10111000 | 10010101 | 10010111 | 0 | 10011 | 10010 | 11100 | 101100101 | 10100 | 1000001 |
Color Harmonies of #B89597
Complementary color
Monochromatic Colors of #B89597
Black with #B89597
Text Example
Text Example
White with #B89597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89597; }
p { color: rgb(184,149,151); }
H1.HeaderClassName
{
color: #B89597;
}
.AnyTagClassName
{
color: #B89597;
}
</style>
background-color css
<style>
a { background-color: #B89597; }
a { background-color: rgb(184,149,151); }
div.DivClassName
{
background-color: #B89597;
}
.BgClassName
{
background-color: #B89597;
}
</style>
border-color css
<style>
span { border-color: #B89597; }
span { border-color: rgb(184,149,151); }
td.TdClassName
{
border-color: #B89597;
}
.TagClassName
{
border-color: #B89597;
}
</style>