Shades of Careys Pink #B49D9F
Tints of Careys Pink #B49D9F
RGB
CMYK
RGB Variations
Color information
#B49D9F (or 0xB49D9F) is known color: Careys Pink. HEX triplet: B4, 9D and 9F. RGB value is (180,157,159). Sum of RGB (Red+Green+Blue) = 180+157+159=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D9F is #4B6260. Grayscale: #A4A4A4. Windows color (decimal): -4940385 or 10460596. OLE color: 10460596.
HSL color Cylindrical-coordinate representation of color #B49D9F: hue angle of 354.78º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B49D9F is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 157 | 159 | - |
CMYK | 0 | 0.13 | 0.12 | 0.29 |
HSL | 354.78º | 0.13% | 0.66% | - |
HSV(B) | 354.78º | 0.13% | 0.71% | - |
XYZ | 37.14 | 36.32 | 37.85 | - |
YUV | 164.11 | 125.12 | 139.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 157 | 159 | 0 | 0.13 | 0.12 | 0.29 | 354.78 | 0.13 | 0.66 |
Hex | B4 | 9D | 9F | 0 | D | C | 1D | 163 | D | 42 |
Octal | 264 | 235 | 237 | 0 | 15 | 14 | 35 | 543 | 15 | 102 |
Binary | 10110100 | 10011101 | 10011111 | 0 | 1101 | 1100 | 11101 | 101100011 | 1101 | 1000010 |
Color Harmonies of #B49D9F
Complementary color
Monochromatic Colors of #B49D9F
Black with #B49D9F
Text Example
Text Example
White with #B49D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D9F; }
p { color: rgb(180,157,159); }
H1.HeaderClassName
{
color: #B49D9F;
}
.AnyTagClassName
{
color: #B49D9F;
}
</style>
background-color css
<style>
a { background-color: #B49D9F; }
a { background-color: rgb(180,157,159); }
div.DivClassName
{
background-color: #B49D9F;
}
.BgClassName
{
background-color: #B49D9F;
}
</style>
border-color css
<style>
span { border-color: #B49D9F; }
span { border-color: rgb(180,157,159); }
td.TdClassName
{
border-color: #B49D9F;
}
.TagClassName
{
border-color: #B49D9F;
}
</style>