Shades of Careys Pink #B8979B
Tints of Careys Pink #B8979B
RGB
CMYK
RGB Variations
Color information
#B8979B (or 0xB8979B) is known color: Careys Pink. HEX triplet: B8, 97 and 9B. RGB value is (184,151,155). Sum of RGB (Red+Green+Blue) = 184+151+155=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8979B is #476864. Grayscale: #A1A1A1. Windows color (decimal): -4679781 or 10196920. OLE color: 10196920.
HSL color Cylindrical-coordinate representation of color #B8979B: hue angle of 352.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8979B is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 155 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.28 |
| HSL | 352.73º | 0.19% | 0.66% | - |
| HSV(B) | 352.73º | 0.18% | 0.72% | - |
| XYZ | 36.75 | 34.69 | 35.77 | - |
| YUV | 161.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 155 | 0 | 0.18 | 0.16 | 0.28 | 352.73 | 0.19 | 0.66 |
| Hex | B8 | 97 | 9B | 0 | 12 | 10 | 1C | 161 | 13 | 42 |
| Octal | 270 | 227 | 233 | 0 | 22 | 20 | 34 | 541 | 23 | 102 |
| Binary | 10111000 | 10010111 | 10011011 | 0 | 10010 | 10000 | 11100 | 101100001 | 10011 | 1000010 |
Color Harmonies of #B8979B
Complementary color
Monochromatic Colors of #B8979B
Black with #B8979B
Text Example
Text Example
White with #B8979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8979B; }
p { color: rgb(184,151,155); }
H1.HeaderClassName
{
color: #B8979B;
}
.AnyTagClassName
{
color: #B8979B;
}
</style>
background-color css
<style>
a { background-color: #B8979B; }
a { background-color: rgb(184,151,155); }
div.DivClassName
{
background-color: #B8979B;
}
.BgClassName
{
background-color: #B8979B;
}
</style>
border-color css
<style>
span { border-color: #B8979B; }
span { border-color: rgb(184,151,155); }
td.TdClassName
{
border-color: #B8979B;
}
.TagClassName
{
border-color: #B8979B;
}
</style>