Shades of Careys Pink #B39EA1
Tints of Careys Pink #B39EA1
RGB
CMYK
RGB Variations
Color information
#B39EA1 (or 0xB39EA1) is known color: Careys Pink. HEX triplet: B3, 9E and A1. RGB value is (179,158,161). Sum of RGB (Red+Green+Blue) = 179+158+161=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B39EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39EA1 is #4C615E. Grayscale: #A4A4A4. Windows color (decimal): -5005663 or 10591923. OLE color: 10591923.
HSL color Cylindrical-coordinate representation of color #B39EA1: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B39EA1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 158 | 161 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.30 |
| HSL | 351.43º | 0.12% | 0.66% | - |
| HSV(B) | 351.43º | 0.12% | 0.7% | - |
| XYZ | 37.25 | 36.61 | 38.82 | - |
| YUV | 164.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 161 | 0 | 0.12 | 0.10 | 0.30 | 351.43 | 0.12 | 0.66 |
| Hex | B3 | 9E | A1 | 0 | C | A | 1E | 15F | C | 42 |
| Octal | 263 | 236 | 241 | 0 | 14 | 12 | 36 | 537 | 14 | 102 |
| Binary | 10110011 | 10011110 | 10100001 | 0 | 1100 | 1010 | 11110 | 101011111 | 1100 | 1000010 |
Color Harmonies of #B39EA1
Complementary color
Monochromatic Colors of #B39EA1
Black with #B39EA1
Text Example
Text Example
White with #B39EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39EA1; }
p { color: rgb(179,158,161); }
H1.HeaderClassName
{
color: #B39EA1;
}
.AnyTagClassName
{
color: #B39EA1;
}
</style>
background-color css
<style>
a { background-color: #B39EA1; }
a { background-color: rgb(179,158,161); }
div.DivClassName
{
background-color: #B39EA1;
}
.BgClassName
{
background-color: #B39EA1;
}
</style>
border-color css
<style>
span { border-color: #B39EA1; }
span { border-color: rgb(179,158,161); }
td.TdClassName
{
border-color: #B39EA1;
}
.TagClassName
{
border-color: #B39EA1;
}
</style>