Shades of Careys Pink #B89697
Tints of Careys Pink #B89697
RGB
CMYK
RGB Variations
Color information
#B89697 (or 0xB89697) is known color: Careys Pink. HEX triplet: B8, 96 and 97. RGB value is (184,150,151). Sum of RGB (Red+Green+Blue) = 184+150+151=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B89697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89697 is #476968. Grayscale: #A0A0A0. Windows color (decimal): -4680041 or 9934520. OLE color: 9934520.
HSL color Cylindrical-coordinate representation of color #B89697: hue angle of 358.24º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B89697 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 151 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.28 |
| HSL | 358.24º | 0.19% | 0.65% | - |
| HSV(B) | 358.24º | 0.18% | 0.72% | - |
| XYZ | 36.26 | 34.24 | 33.98 | - |
| YUV | 160.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 151 | 0 | 0.18 | 0.18 | 0.28 | 358.24 | 0.19 | 0.65 |
| Hex | B8 | 96 | 97 | 0 | 12 | 12 | 1C | 166 | 13 | 41 |
| Octal | 270 | 226 | 227 | 0 | 22 | 22 | 34 | 546 | 23 | 101 |
| Binary | 10111000 | 10010110 | 10010111 | 0 | 10010 | 10010 | 11100 | 101100110 | 10011 | 1000001 |
Color Harmonies of #B89697
Complementary color
Monochromatic Colors of #B89697
Black with #B89697
Text Example
Text Example
White with #B89697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89697; }
p { color: rgb(184,150,151); }
H1.HeaderClassName
{
color: #B89697;
}
.AnyTagClassName
{
color: #B89697;
}
</style>
background-color css
<style>
a { background-color: #B89697; }
a { background-color: rgb(184,150,151); }
div.DivClassName
{
background-color: #B89697;
}
.BgClassName
{
background-color: #B89697;
}
</style>
border-color css
<style>
span { border-color: #B89697; }
span { border-color: rgb(184,150,151); }
td.TdClassName
{
border-color: #B89697;
}
.TagClassName
{
border-color: #B89697;
}
</style>