Shades of Careys Pink #B59FA1
Tints of Careys Pink #B59FA1
RGB
CMYK
RGB Variations
Color information
#B59FA1 (or 0xB59FA1) is known color: Careys Pink. HEX triplet: B5, 9F and A1. RGB value is (181,159,161). Sum of RGB (Red+Green+Blue) = 181+159+161=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FA1 is #4A605E. Grayscale: #A5A5A5. Windows color (decimal): -4874335 or 10592181. OLE color: 10592181.
HSL color Cylindrical-coordinate representation of color #B59FA1: hue angle of 354.55º 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 #B59FA1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 161 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.29 |
| HSL | 354.55º | 0.13% | 0.67% | - |
| HSV(B) | 354.55º | 0.12% | 0.71% | - |
| XYZ | 37.89 | 37.19 | 38.9 | - |
| YUV | 165.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 161 | 0 | 0.12 | 0.11 | 0.29 | 354.55 | 0.13 | 0.67 |
| Hex | B5 | 9F | A1 | 0 | C | B | 1D | 163 | D | 43 |
| Octal | 265 | 237 | 241 | 0 | 14 | 13 | 35 | 543 | 15 | 103 |
| Binary | 10110101 | 10011111 | 10100001 | 0 | 1100 | 1011 | 11101 | 101100011 | 1101 | 1000011 |
Color Harmonies of #B59FA1
Complementary color
Monochromatic Colors of #B59FA1
Black with #B59FA1
Text Example
Text Example
White with #B59FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59FA1; }
p { color: rgb(181,159,161); }
H1.HeaderClassName
{
color: #B59FA1;
}
.AnyTagClassName
{
color: #B59FA1;
}
</style>
background-color css
<style>
a { background-color: #B59FA1; }
a { background-color: rgb(181,159,161); }
div.DivClassName
{
background-color: #B59FA1;
}
.BgClassName
{
background-color: #B59FA1;
}
</style>
border-color css
<style>
span { border-color: #B59FA1; }
span { border-color: rgb(181,159,161); }
td.TdClassName
{
border-color: #B59FA1;
}
.TagClassName
{
border-color: #B59FA1;
}
</style>