Shades of Careys Pink #B6A0A5
Tints of Careys Pink #B6A0A5
RGB
CMYK
RGB Variations
Color information
#B6A0A5 (or 0xB6A0A5) is known color: Careys Pink. HEX triplet: B6, A0 and A5. RGB value is (182,160,165). Sum of RGB (Red+Green+Blue) = 182+160+165=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A0A5 is #495F5A. Grayscale: #A7A7A7. Windows color (decimal): -4808539 or 10854582. OLE color: 10854582.
HSL color Cylindrical-coordinate representation of color #B6A0A5: hue angle of 346.36º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6A0A5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 165 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.29 |
| HSL | 346.36º | 0.13% | 0.67% | - |
| HSV(B) | 346.36º | 0.12% | 0.71% | - |
| XYZ | 38.65 | 37.8 | 40.86 | - |
| YUV | 167.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 165 | 0 | 0.12 | 0.09 | 0.29 | 346.36 | 0.13 | 0.67 |
| Hex | B6 | A0 | A5 | 0 | C | 9 | 1D | 15A | D | 43 |
| Octal | 266 | 240 | 245 | 0 | 14 | 11 | 35 | 532 | 15 | 103 |
| Binary | 10110110 | 10100000 | 10100101 | 0 | 1100 | 1001 | 11101 | 101011010 | 1101 | 1000011 |
Color Harmonies of #B6A0A5
Complementary color
Monochromatic Colors of #B6A0A5
Black with #B6A0A5
Text Example
Text Example
White with #B6A0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A0A5; }
p { color: rgb(182,160,165); }
H1.HeaderClassName
{
color: #B6A0A5;
}
.AnyTagClassName
{
color: #B6A0A5;
}
</style>
background-color css
<style>
a { background-color: #B6A0A5; }
a { background-color: rgb(182,160,165); }
div.DivClassName
{
background-color: #B6A0A5;
}
.BgClassName
{
background-color: #B6A0A5;
}
</style>
border-color css
<style>
span { border-color: #B6A0A5; }
span { border-color: rgb(182,160,165); }
td.TdClassName
{
border-color: #B6A0A5;
}
.TagClassName
{
border-color: #B6A0A5;
}
</style>