Shades of Careys Pink #B8A0A4
Tints of Careys Pink #B8A0A4
RGB
CMYK
RGB Variations
Color information
#B8A0A4 (or 0xB8A0A4) is known color: Careys Pink. HEX triplet: B8, A0 and A4. RGB value is (184,160,164). Sum of RGB (Red+Green+Blue) = 184+160+164=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A0A4 is #475F5B. Grayscale: #A7A7A7. Windows color (decimal): -4677468 or 10789048. OLE color: 10789048.
HSL color Cylindrical-coordinate representation of color #B8A0A4: hue angle of 350º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8A0A4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 164 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.28 |
| HSL | 350º | 0.14% | 0.67% | - |
| HSV(B) | 350º | 0.13% | 0.72% | - |
| XYZ | 39.04 | 38.01 | 40.4 | - |
| YUV | 167.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 164 | 0 | 0.13 | 0.11 | 0.28 | 350 | 0.14 | 0.67 |
| Hex | B8 | A0 | A4 | 0 | D | B | 1C | 15E | E | 43 |
| Octal | 270 | 240 | 244 | 0 | 15 | 13 | 34 | 536 | 16 | 103 |
| Binary | 10111000 | 10100000 | 10100100 | 0 | 1101 | 1011 | 11100 | 101011110 | 1110 | 1000011 |
Color Harmonies of #B8A0A4
Complementary color
Monochromatic Colors of #B8A0A4
Black with #B8A0A4
Text Example
Text Example
White with #B8A0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A0A4; }
p { color: rgb(184,160,164); }
H1.HeaderClassName
{
color: #B8A0A4;
}
.AnyTagClassName
{
color: #B8A0A4;
}
</style>
background-color css
<style>
a { background-color: #B8A0A4; }
a { background-color: rgb(184,160,164); }
div.DivClassName
{
background-color: #B8A0A4;
}
.BgClassName
{
background-color: #B8A0A4;
}
</style>
border-color css
<style>
span { border-color: #B8A0A4; }
span { border-color: rgb(184,160,164); }
td.TdClassName
{
border-color: #B8A0A4;
}
.TagClassName
{
border-color: #B8A0A4;
}
</style>