Shades of Careys Pink #B7A6A9
Tints of Careys Pink #B7A6A9
RGB
CMYK
RGB Variations
Color information
#B7A6A9 (or 0xB7A6A9) is known color: Careys Pink. HEX triplet: B7, A6 and A9. RGB value is (183,166,169). Sum of RGB (Red+Green+Blue) = 183+166+169=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A6A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A6A9 is #485956. Grayscale: #ABABAB. Windows color (decimal): -4741463 or 11118263. OLE color: 11118263.
HSL color Cylindrical-coordinate representation of color #B7A6A9: hue angle of 349.41º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7A6A9 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 169 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.28 |
| HSL | 349.41º | 0.11% | 0.68% | - |
| HSV(B) | 349.41º | 0.09% | 0.72% | - |
| XYZ | 40.33 | 40.2 | 43.17 | - |
| YUV | 171.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 169 | 0 | 0.09 | 0.08 | 0.28 | 349.41 | 0.11 | 0.68 |
| Hex | B7 | A6 | A9 | 0 | 9 | 8 | 1C | 15D | B | 44 |
| Octal | 267 | 246 | 251 | 0 | 11 | 10 | 34 | 535 | 13 | 104 |
| Binary | 10110111 | 10100110 | 10101001 | 0 | 1001 | 1000 | 11100 | 101011101 | 1011 | 1000100 |
Color Harmonies of #B7A6A9
Complementary color
Monochromatic Colors of #B7A6A9
Black with #B7A6A9
Text Example
Text Example
White with #B7A6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A6A9; }
p { color: rgb(183,166,169); }
H1.HeaderClassName
{
color: #B7A6A9;
}
.AnyTagClassName
{
color: #B7A6A9;
}
</style>
background-color css
<style>
a { background-color: #B7A6A9; }
a { background-color: rgb(183,166,169); }
div.DivClassName
{
background-color: #B7A6A9;
}
.BgClassName
{
background-color: #B7A6A9;
}
</style>
border-color css
<style>
span { border-color: #B7A6A9; }
span { border-color: rgb(183,166,169); }
td.TdClassName
{
border-color: #B7A6A9;
}
.TagClassName
{
border-color: #B7A6A9;
}
</style>