Shades of Careys Pink #B49395
Tints of Careys Pink #B49395
RGB
CMYK
RGB Variations
Color information
#B49395 (or 0xB49395) is known color: Careys Pink. HEX triplet: B4, 93 and 95. RGB value is (180,147,149). Sum of RGB (Red+Green+Blue) = 180+147+149=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49395 is #4B6C6A. Grayscale: #9D9D9D. Windows color (decimal): -4942955 or 9802676. OLE color: 9802676.
HSL color Cylindrical-coordinate representation of color #B49395: hue angle of 356.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B49395 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 149 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.29 |
| HSL | 356.36º | 0.18% | 0.64% | - |
| HSV(B) | 356.36º | 0.18% | 0.71% | - |
| XYZ | 34.68 | 32.74 | 32.93 | - |
| YUV | 157.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 149 | 0 | 0.18 | 0.17 | 0.29 | 356.36 | 0.18 | 0.64 |
| Hex | B4 | 93 | 95 | 0 | 12 | 11 | 1D | 164 | 12 | 40 |
| Octal | 264 | 223 | 225 | 0 | 22 | 21 | 35 | 544 | 22 | 100 |
| Binary | 10110100 | 10010011 | 10010101 | 0 | 10010 | 10001 | 11101 | 101100100 | 10010 | 1000000 |
Color Harmonies of #B49395
Complementary color
Monochromatic Colors of #B49395
Black with #B49395
Text Example
Text Example
White with #B49395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49395; }
p { color: rgb(180,147,149); }
H1.HeaderClassName
{
color: #B49395;
}
.AnyTagClassName
{
color: #B49395;
}
</style>
background-color css
<style>
a { background-color: #B49395; }
a { background-color: rgb(180,147,149); }
div.DivClassName
{
background-color: #B49395;
}
.BgClassName
{
background-color: #B49395;
}
</style>
border-color css
<style>
span { border-color: #B49395; }
span { border-color: rgb(180,147,149); }
td.TdClassName
{
border-color: #B49395;
}
.TagClassName
{
border-color: #B49395;
}
</style>