Shades of Careys Pink #B3A1A2
Tints of Careys Pink #B3A1A2
RGB
CMYK
RGB Variations
Color information
#B3A1A2 (or 0xB3A1A2) is known color: Careys Pink. HEX triplet: B3, A1 and A2. RGB value is (179,161,162). Sum of RGB (Red+Green+Blue) = 179+161+162=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A1A2 is #4C5E5D. Grayscale: #A6A6A6. Windows color (decimal): -5004894 or 10658227. OLE color: 10658227.
HSL color Cylindrical-coordinate representation of color #B3A1A2: hue angle of 356.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3A1A2 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 162 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.30 |
| HSL | 356.67º | 0.11% | 0.67% | - |
| HSV(B) | 356.67º | 0.1% | 0.7% | - |
| XYZ | 37.86 | 37.68 | 39.46 | - |
| YUV | 166.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 162 | 0 | 0.10 | 0.09 | 0.30 | 356.67 | 0.11 | 0.67 |
| Hex | B3 | A1 | A2 | 0 | A | 9 | 1E | 165 | B | 43 |
| Octal | 263 | 241 | 242 | 0 | 12 | 11 | 36 | 545 | 13 | 103 |
| Binary | 10110011 | 10100001 | 10100010 | 0 | 1010 | 1001 | 11110 | 101100101 | 1011 | 1000011 |
Color Harmonies of #B3A1A2
Complementary color
Monochromatic Colors of #B3A1A2
Black with #B3A1A2
Text Example
Text Example
White with #B3A1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A1A2; }
p { color: rgb(179,161,162); }
H1.HeaderClassName
{
color: #B3A1A2;
}
.AnyTagClassName
{
color: #B3A1A2;
}
</style>
background-color css
<style>
a { background-color: #B3A1A2; }
a { background-color: rgb(179,161,162); }
div.DivClassName
{
background-color: #B3A1A2;
}
.BgClassName
{
background-color: #B3A1A2;
}
</style>
border-color css
<style>
span { border-color: #B3A1A2; }
span { border-color: rgb(179,161,162); }
td.TdClassName
{
border-color: #B3A1A2;
}
.TagClassName
{
border-color: #B3A1A2;
}
</style>