Shades of Careys Pink #B7A5A6
Tints of Careys Pink #B7A5A6
RGB
CMYK
RGB Variations
Color information
#B7A5A6 (or 0xB7A5A6) is known color: Careys Pink. HEX triplet: B7, A5 and A6. RGB value is (183,165,166). Sum of RGB (Red+Green+Blue) = 183+165+166=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A5A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A5A6 is #485A59. Grayscale: #AAAAAA. Windows color (decimal): -4741722 or 10921399. OLE color: 10921399.
HSL color Cylindrical-coordinate representation of color #B7A5A6: hue angle of 356.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A5A6 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 166 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.28 |
| HSL | 356.67º | 0.11% | 0.68% | - |
| HSV(B) | 356.67º | 0.1% | 0.72% | - |
| XYZ | 39.87 | 39.73 | 41.64 | - |
| YUV | 170.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 166 | 0 | 0.10 | 0.09 | 0.28 | 356.67 | 0.11 | 0.68 |
| Hex | B7 | A5 | A6 | 0 | A | 9 | 1C | 165 | B | 44 |
| Octal | 267 | 245 | 246 | 0 | 12 | 11 | 34 | 545 | 13 | 104 |
| Binary | 10110111 | 10100101 | 10100110 | 0 | 1010 | 1001 | 11100 | 101100101 | 1011 | 1000100 |
Color Harmonies of #B7A5A6
Complementary color
Monochromatic Colors of #B7A5A6
Black with #B7A5A6
Text Example
Text Example
White with #B7A5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5A6; }
p { color: rgb(183,165,166); }
H1.HeaderClassName
{
color: #B7A5A6;
}
.AnyTagClassName
{
color: #B7A5A6;
}
</style>
background-color css
<style>
a { background-color: #B7A5A6; }
a { background-color: rgb(183,165,166); }
div.DivClassName
{
background-color: #B7A5A6;
}
.BgClassName
{
background-color: #B7A5A6;
}
</style>
border-color css
<style>
span { border-color: #B7A5A6; }
span { border-color: rgb(183,165,166); }
td.TdClassName
{
border-color: #B7A5A6;
}
.TagClassName
{
border-color: #B7A5A6;
}
</style>