Shades of Careys Pink #B8999A
Tints of Careys Pink #B8999A
RGB
CMYK
RGB Variations
Color information
#B8999A (or 0xB8999A) is known color: Careys Pink. HEX triplet: B8, 99 and 9A. RGB value is (184,153,154). Sum of RGB (Red+Green+Blue) = 184+153+154=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8999A is #476665. Grayscale: #A2A2A2. Windows color (decimal): -4679270 or 10131896. OLE color: 10131896.
HSL color Cylindrical-coordinate representation of color #B8999A: hue angle of 358.06º 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 #B8999A is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 154 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.28 |
| HSL | 358.06º | 0.18% | 0.66% | - |
| HSV(B) | 358.06º | 0.17% | 0.72% | - |
| XYZ | 36.99 | 35.31 | 35.44 | - |
| YUV | 162.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 154 | 0 | 0.17 | 0.16 | 0.28 | 358.06 | 0.18 | 0.66 |
| Hex | B8 | 99 | 9A | 0 | 11 | 10 | 1C | 166 | 12 | 42 |
| Octal | 270 | 231 | 232 | 0 | 21 | 20 | 34 | 546 | 22 | 102 |
| Binary | 10111000 | 10011001 | 10011010 | 0 | 10001 | 10000 | 11100 | 101100110 | 10010 | 1000010 |
Color Harmonies of #B8999A
Complementary color
Monochromatic Colors of #B8999A
Black with #B8999A
Text Example
Text Example
White with #B8999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8999A; }
p { color: rgb(184,153,154); }
H1.HeaderClassName
{
color: #B8999A;
}
.AnyTagClassName
{
color: #B8999A;
}
</style>
background-color css
<style>
a { background-color: #B8999A; }
a { background-color: rgb(184,153,154); }
div.DivClassName
{
background-color: #B8999A;
}
.BgClassName
{
background-color: #B8999A;
}
</style>
border-color css
<style>
span { border-color: #B8999A; }
span { border-color: rgb(184,153,154); }
td.TdClassName
{
border-color: #B8999A;
}
.TagClassName
{
border-color: #B8999A;
}
</style>