Shades of Careys Pink #B5999A
Tints of Careys Pink #B5999A
RGB
CMYK
RGB Variations
Color information
#B5999A (or 0xB5999A) is known color: Careys Pink. HEX triplet: B5, 99 and 9A. RGB value is (181,153,154). Sum of RGB (Red+Green+Blue) = 181+153+154=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5999A is #4A6665. Grayscale: #A1A1A1. Windows color (decimal): -4875878 or 10131893. OLE color: 10131893.
HSL color Cylindrical-coordinate representation of color #B5999A: hue angle of 357.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5999A is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 154 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.29 |
| HSL | 357.86º | 0.16% | 0.65% | - |
| HSV(B) | 357.86º | 0.15% | 0.71% | - |
| XYZ | 36.28 | 34.94 | 35.4 | - |
| YUV | 161.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 154 | 0 | 0.15 | 0.15 | 0.29 | 357.86 | 0.16 | 0.65 |
| Hex | B5 | 99 | 9A | 0 | F | F | 1D | 166 | 10 | 41 |
| Octal | 265 | 231 | 232 | 0 | 17 | 17 | 35 | 546 | 20 | 101 |
| Binary | 10110101 | 10011001 | 10011010 | 0 | 1111 | 1111 | 11101 | 101100110 | 10000 | 1000001 |
Color Harmonies of #B5999A
Complementary color
Monochromatic Colors of #B5999A
Black with #B5999A
Text Example
Text Example
White with #B5999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5999A; }
p { color: rgb(181,153,154); }
H1.HeaderClassName
{
color: #B5999A;
}
.AnyTagClassName
{
color: #B5999A;
}
</style>
background-color css
<style>
a { background-color: #B5999A; }
a { background-color: rgb(181,153,154); }
div.DivClassName
{
background-color: #B5999A;
}
.BgClassName
{
background-color: #B5999A;
}
</style>
border-color css
<style>
span { border-color: #B5999A; }
span { border-color: rgb(181,153,154); }
td.TdClassName
{
border-color: #B5999A;
}
.TagClassName
{
border-color: #B5999A;
}
</style>