Shades of Careys Pink #B79EA1
Tints of Careys Pink #B79EA1
RGB
CMYK
RGB Variations
Color information
#B79EA1 (or 0xB79EA1) is known color: Careys Pink. HEX triplet: B7, 9E and A1. RGB value is (183,158,161). Sum of RGB (Red+Green+Blue) = 183+158+161=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B79EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79EA1 is #48615E. Grayscale: #A5A5A5. Windows color (decimal): -4743519 or 10591927. OLE color: 10591927.
HSL color Cylindrical-coordinate representation of color #B79EA1: hue angle of 352.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B79EA1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 158 | 161 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.28 |
| HSL | 352.8º | 0.15% | 0.67% | - |
| HSV(B) | 352.8º | 0.14% | 0.72% | - |
| XYZ | 38.19 | 37.09 | 38.87 | - |
| YUV | 165.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 158 | 161 | 0 | 0.14 | 0.12 | 0.28 | 352.8 | 0.15 | 0.67 |
| Hex | B7 | 9E | A1 | 0 | E | C | 1C | 161 | F | 43 |
| Octal | 267 | 236 | 241 | 0 | 16 | 14 | 34 | 541 | 17 | 103 |
| Binary | 10110111 | 10011110 | 10100001 | 0 | 1110 | 1100 | 11100 | 101100001 | 1111 | 1000011 |
Color Harmonies of #B79EA1
Complementary color
Monochromatic Colors of #B79EA1
Black with #B79EA1
Text Example
Text Example
White with #B79EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79EA1; }
p { color: rgb(183,158,161); }
H1.HeaderClassName
{
color: #B79EA1;
}
.AnyTagClassName
{
color: #B79EA1;
}
</style>
background-color css
<style>
a { background-color: #B79EA1; }
a { background-color: rgb(183,158,161); }
div.DivClassName
{
background-color: #B79EA1;
}
.BgClassName
{
background-color: #B79EA1;
}
</style>
border-color css
<style>
span { border-color: #B79EA1; }
span { border-color: rgb(183,158,161); }
td.TdClassName
{
border-color: #B79EA1;
}
.TagClassName
{
border-color: #B79EA1;
}
</style>