Shades of Careys Pink #B59899
Tints of Careys Pink #B59899
RGB
CMYK
RGB Variations
Color information
#B59899 (or 0xB59899) is known color: Careys Pink. HEX triplet: B5, 98 and 99. RGB value is (181,152,153). Sum of RGB (Red+Green+Blue) = 181+152+153=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B59899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59899 is #4A6766. Grayscale: #A0A0A0. Windows color (decimal): -4876135 or 10066101. OLE color: 10066101.
HSL color Cylindrical-coordinate representation of color #B59899: hue angle of 357.93º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B59899 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 153 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.29 |
| HSL | 357.93º | 0.16% | 0.65% | - |
| HSV(B) | 357.93º | 0.16% | 0.71% | - |
| XYZ | 36.03 | 34.58 | 34.91 | - |
| YUV | 160.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 153 | 0 | 0.16 | 0.15 | 0.29 | 357.93 | 0.16 | 0.65 |
| Hex | B5 | 98 | 99 | 0 | 10 | F | 1D | 166 | 10 | 41 |
| Octal | 265 | 230 | 231 | 0 | 20 | 17 | 35 | 546 | 20 | 101 |
| Binary | 10110101 | 10011000 | 10011001 | 0 | 10000 | 1111 | 11101 | 101100110 | 10000 | 1000001 |
Color Harmonies of #B59899
Complementary color
Monochromatic Colors of #B59899
Black with #B59899
Text Example
Text Example
White with #B59899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59899; }
p { color: rgb(181,152,153); }
H1.HeaderClassName
{
color: #B59899;
}
.AnyTagClassName
{
color: #B59899;
}
</style>
background-color css
<style>
a { background-color: #B59899; }
a { background-color: rgb(181,152,153); }
div.DivClassName
{
background-color: #B59899;
}
.BgClassName
{
background-color: #B59899;
}
</style>
border-color css
<style>
span { border-color: #B59899; }
span { border-color: rgb(181,152,153); }
td.TdClassName
{
border-color: #B59899;
}
.TagClassName
{
border-color: #B59899;
}
</style>