Shades of Careys Pink #B5A0A5
Tints of Careys Pink #B5A0A5
RGB
CMYK
RGB Variations
Color information
#B5A0A5 (or 0xB5A0A5) is known color: Careys Pink. HEX triplet: B5, A0 and A5. RGB value is (181,160,165). Sum of RGB (Red+Green+Blue) = 181+160+165=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A0A5 is #4A5F5A. Grayscale: #A6A6A6. Windows color (decimal): -4874075 or 10854581. OLE color: 10854581.
HSL color Cylindrical-coordinate representation of color #B5A0A5: hue angle of 345.71º degrees, saturation: 0.12, 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 #B5A0A5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 165 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.29 |
| HSL | 345.71º | 0.12% | 0.67% | - |
| HSV(B) | 345.71º | 0.12% | 0.71% | - |
| XYZ | 38.42 | 37.68 | 40.85 | - |
| YUV | 166.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 165 | 0 | 0.12 | 0.09 | 0.29 | 345.71 | 0.12 | 0.67 |
| Hex | B5 | A0 | A5 | 0 | C | 9 | 1D | 15A | C | 43 |
| Octal | 265 | 240 | 245 | 0 | 14 | 11 | 35 | 532 | 14 | 103 |
| Binary | 10110101 | 10100000 | 10100101 | 0 | 1100 | 1001 | 11101 | 101011010 | 1100 | 1000011 |
Color Harmonies of #B5A0A5
Complementary color
Monochromatic Colors of #B5A0A5
Black with #B5A0A5
Text Example
Text Example
White with #B5A0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A0A5; }
p { color: rgb(181,160,165); }
H1.HeaderClassName
{
color: #B5A0A5;
}
.AnyTagClassName
{
color: #B5A0A5;
}
</style>
background-color css
<style>
a { background-color: #B5A0A5; }
a { background-color: rgb(181,160,165); }
div.DivClassName
{
background-color: #B5A0A5;
}
.BgClassName
{
background-color: #B5A0A5;
}
</style>
border-color css
<style>
span { border-color: #B5A0A5; }
span { border-color: rgb(181,160,165); }
td.TdClassName
{
border-color: #B5A0A5;
}
.TagClassName
{
border-color: #B5A0A5;
}
</style>