Shades of Careys Pink #B49A9D
Tints of Careys Pink #B49A9D
RGB
CMYK
RGB Variations
Color information
#B49A9D (or 0xB49A9D) is known color: Careys Pink. HEX triplet: B4, 9A and 9D. RGB value is (180,154,157). Sum of RGB (Red+Green+Blue) = 180+154+157=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A9D is #4B6562. Grayscale: #A2A2A2. Windows color (decimal): -4941155 or 10328756. OLE color: 10328756.
HSL color Cylindrical-coordinate representation of color #B49A9D: hue angle of 353.08º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49A9D is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 157 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.29 |
| HSL | 353.08º | 0.15% | 0.65% | - |
| HSV(B) | 353.08º | 0.14% | 0.71% | - |
| XYZ | 36.46 | 35.25 | 36.78 | - |
| YUV | 162.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 157 | 0 | 0.14 | 0.13 | 0.29 | 353.08 | 0.15 | 0.65 |
| Hex | B4 | 9A | 9D | 0 | E | D | 1D | 161 | F | 41 |
| Octal | 264 | 232 | 235 | 0 | 16 | 15 | 35 | 541 | 17 | 101 |
| Binary | 10110100 | 10011010 | 10011101 | 0 | 1110 | 1101 | 11101 | 101100001 | 1111 | 1000001 |
Color Harmonies of #B49A9D
Complementary color
Monochromatic Colors of #B49A9D
Black with #B49A9D
Text Example
Text Example
White with #B49A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A9D; }
p { color: rgb(180,154,157); }
H1.HeaderClassName
{
color: #B49A9D;
}
.AnyTagClassName
{
color: #B49A9D;
}
</style>
background-color css
<style>
a { background-color: #B49A9D; }
a { background-color: rgb(180,154,157); }
div.DivClassName
{
background-color: #B49A9D;
}
.BgClassName
{
background-color: #B49A9D;
}
</style>
border-color css
<style>
span { border-color: #B49A9D; }
span { border-color: rgb(180,154,157); }
td.TdClassName
{
border-color: #B49A9D;
}
.TagClassName
{
border-color: #B49A9D;
}
</style>