Shades of Careys Pink #B59BA0
Tints of Careys Pink #B59BA0
RGB
CMYK
RGB Variations
Color information
#B59BA0 (or 0xB59BA0) is known color: Careys Pink. HEX triplet: B5, 9B and A0. RGB value is (181,155,160). Sum of RGB (Red+Green+Blue) = 181+155+160=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B59BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59BA0 is #4A645F. Grayscale: #A3A3A3. Windows color (decimal): -4875360 or 10525621. OLE color: 10525621.
HSL color Cylindrical-coordinate representation of color #B59BA0: hue angle of 348.46º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B59BA0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 155 | 160 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.29 |
| HSL | 348.46º | 0.15% | 0.66% | - |
| HSV(B) | 348.46º | 0.14% | 0.71% | - |
| XYZ | 37.12 | 35.8 | 38.21 | - |
| YUV | 163.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 160 | 0 | 0.14 | 0.12 | 0.29 | 348.46 | 0.15 | 0.66 |
| Hex | B5 | 9B | A0 | 0 | E | C | 1D | 15C | F | 42 |
| Octal | 265 | 233 | 240 | 0 | 16 | 14 | 35 | 534 | 17 | 102 |
| Binary | 10110101 | 10011011 | 10100000 | 0 | 1110 | 1100 | 11101 | 101011100 | 1111 | 1000010 |
Color Harmonies of #B59BA0
Complementary color
Monochromatic Colors of #B59BA0
Black with #B59BA0
Text Example
Text Example
White with #B59BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59BA0; }
p { color: rgb(181,155,160); }
H1.HeaderClassName
{
color: #B59BA0;
}
.AnyTagClassName
{
color: #B59BA0;
}
</style>
background-color css
<style>
a { background-color: #B59BA0; }
a { background-color: rgb(181,155,160); }
div.DivClassName
{
background-color: #B59BA0;
}
.BgClassName
{
background-color: #B59BA0;
}
</style>
border-color css
<style>
span { border-color: #B59BA0; }
span { border-color: rgb(181,155,160); }
td.TdClassName
{
border-color: #B59BA0;
}
.TagClassName
{
border-color: #B59BA0;
}
</style>