Shades of Careys Pink #B49EA0
Tints of Careys Pink #B49EA0
RGB
CMYK
RGB Variations
Color information
#B49EA0 (or 0xB49EA0) is known color: Careys Pink. HEX triplet: B4, 9E and A0. RGB value is (180,158,160). Sum of RGB (Red+Green+Blue) = 180+158+160=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B49EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49EA0 is #4B615F. Grayscale: #A4A4A4. Windows color (decimal): -4940128 or 10526388. OLE color: 10526388.
HSL color Cylindrical-coordinate representation of color #B49EA0: hue angle of 354.55º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49EA0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 160 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.29 |
| HSL | 354.55º | 0.13% | 0.66% | - |
| HSV(B) | 354.55º | 0.12% | 0.71% | - |
| XYZ | 37.39 | 36.7 | 38.37 | - |
| YUV | 164.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 160 | 0 | 0.12 | 0.11 | 0.29 | 354.55 | 0.13 | 0.66 |
| Hex | B4 | 9E | A0 | 0 | C | B | 1D | 163 | D | 42 |
| Octal | 264 | 236 | 240 | 0 | 14 | 13 | 35 | 543 | 15 | 102 |
| Binary | 10110100 | 10011110 | 10100000 | 0 | 1100 | 1011 | 11101 | 101100011 | 1101 | 1000010 |
Color Harmonies of #B49EA0
Complementary color
Monochromatic Colors of #B49EA0
Black with #B49EA0
Text Example
Text Example
White with #B49EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EA0; }
p { color: rgb(180,158,160); }
H1.HeaderClassName
{
color: #B49EA0;
}
.AnyTagClassName
{
color: #B49EA0;
}
</style>
background-color css
<style>
a { background-color: #B49EA0; }
a { background-color: rgb(180,158,160); }
div.DivClassName
{
background-color: #B49EA0;
}
.BgClassName
{
background-color: #B49EA0;
}
</style>
border-color css
<style>
span { border-color: #B49EA0; }
span { border-color: rgb(180,158,160); }
td.TdClassName
{
border-color: #B49EA0;
}
.TagClassName
{
border-color: #B49EA0;
}
</style>