Shades of Careys Pink #B7999E
Tints of Careys Pink #B7999E
RGB
CMYK
RGB Variations
Color information
#B7999E (or 0xB7999E) is known color: Careys Pink. HEX triplet: B7, 99 and 9E. RGB value is (183,153,158). Sum of RGB (Red+Green+Blue) = 183+153+158=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7999E is #486661. Grayscale: #A2A2A2. Windows color (decimal): -4744802 or 10394039. OLE color: 10394039.
HSL color Cylindrical-coordinate representation of color #B7999E: hue angle of 350º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7999E is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 158 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.28 |
| HSL | 350º | 0.17% | 0.66% | - |
| HSV(B) | 350º | 0.16% | 0.72% | - |
| XYZ | 37.09 | 35.32 | 37.21 | - |
| YUV | 162.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 158 | 0 | 0.16 | 0.14 | 0.28 | 350 | 0.17 | 0.66 |
| Hex | B7 | 99 | 9E | 0 | 10 | E | 1C | 15E | 11 | 42 |
| Octal | 267 | 231 | 236 | 0 | 20 | 16 | 34 | 536 | 21 | 102 |
| Binary | 10110111 | 10011001 | 10011110 | 0 | 10000 | 1110 | 11100 | 101011110 | 10001 | 1000010 |
Color Harmonies of #B7999E
Complementary color
Monochromatic Colors of #B7999E
Black with #B7999E
Text Example
Text Example
White with #B7999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7999E; }
p { color: rgb(183,153,158); }
H1.HeaderClassName
{
color: #B7999E;
}
.AnyTagClassName
{
color: #B7999E;
}
</style>
background-color css
<style>
a { background-color: #B7999E; }
a { background-color: rgb(183,153,158); }
div.DivClassName
{
background-color: #B7999E;
}
.BgClassName
{
background-color: #B7999E;
}
</style>
border-color css
<style>
span { border-color: #B7999E; }
span { border-color: rgb(183,153,158); }
td.TdClassName
{
border-color: #B7999E;
}
.TagClassName
{
border-color: #B7999E;
}
</style>