Shades of Careys Pink #B3A0A1
Tints of Careys Pink #B3A0A1
RGB
CMYK
RGB Variations
Color information
#B3A0A1 (or 0xB3A0A1) is known color: Careys Pink. HEX triplet: B3, A0 and A1. RGB value is (179,160,161). Sum of RGB (Red+Green+Blue) = 179+160+161=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A0A1 is #4C5F5E. Grayscale: #A5A5A5. Windows color (decimal): -5005151 or 10592435. OLE color: 10592435.
HSL color Cylindrical-coordinate representation of color #B3A0A1: hue angle of 356.84º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3A0A1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 161 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.30 |
| HSL | 356.84º | 0.11% | 0.66% | - |
| HSV(B) | 356.84º | 0.11% | 0.7% | - |
| XYZ | 37.59 | 37.3 | 38.94 | - |
| YUV | 165.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 161 | 0 | 0.11 | 0.10 | 0.30 | 356.84 | 0.11 | 0.66 |
| Hex | B3 | A0 | A1 | 0 | B | A | 1E | 165 | B | 42 |
| Octal | 263 | 240 | 241 | 0 | 13 | 12 | 36 | 545 | 13 | 102 |
| Binary | 10110011 | 10100000 | 10100001 | 0 | 1011 | 1010 | 11110 | 101100101 | 1011 | 1000010 |
Color Harmonies of #B3A0A1
Complementary color
Monochromatic Colors of #B3A0A1
Black with #B3A0A1
Text Example
Text Example
White with #B3A0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A0A1; }
p { color: rgb(179,160,161); }
H1.HeaderClassName
{
color: #B3A0A1;
}
.AnyTagClassName
{
color: #B3A0A1;
}
</style>
background-color css
<style>
a { background-color: #B3A0A1; }
a { background-color: rgb(179,160,161); }
div.DivClassName
{
background-color: #B3A0A1;
}
.BgClassName
{
background-color: #B3A0A1;
}
</style>
border-color css
<style>
span { border-color: #B3A0A1; }
span { border-color: rgb(179,160,161); }
td.TdClassName
{
border-color: #B3A0A1;
}
.TagClassName
{
border-color: #B3A0A1;
}
</style>