Shades of Careys Pink #B4999A
Tints of Careys Pink #B4999A
RGB
CMYK
RGB Variations
Color information
#B4999A (or 0xB4999A) is known color: Careys Pink. HEX triplet: B4, 99 and 9A. RGB value is (180,153,154). Sum of RGB (Red+Green+Blue) = 180+153+154=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4999A is #4B6665. Grayscale: #A1A1A1. Windows color (decimal): -4941414 or 10131892. OLE color: 10131892.
HSL color Cylindrical-coordinate representation of color #B4999A: hue angle of 357.78º degrees, saturation: 0.15, 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 #B4999A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 154 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.29 |
| HSL | 357.78º | 0.15% | 0.65% | - |
| HSV(B) | 357.78º | 0.15% | 0.71% | - |
| XYZ | 36.05 | 34.82 | 35.39 | - |
| YUV | 161.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 154 | 0 | 0.15 | 0.14 | 0.29 | 357.78 | 0.15 | 0.65 |
| Hex | B4 | 99 | 9A | 0 | F | E | 1D | 166 | F | 41 |
| Octal | 264 | 231 | 232 | 0 | 17 | 16 | 35 | 546 | 17 | 101 |
| Binary | 10110100 | 10011001 | 10011010 | 0 | 1111 | 1110 | 11101 | 101100110 | 1111 | 1000001 |
Color Harmonies of #B4999A
Complementary color
Monochromatic Colors of #B4999A
Black with #B4999A
Text Example
Text Example
White with #B4999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4999A; }
p { color: rgb(180,153,154); }
H1.HeaderClassName
{
color: #B4999A;
}
.AnyTagClassName
{
color: #B4999A;
}
</style>
background-color css
<style>
a { background-color: #B4999A; }
a { background-color: rgb(180,153,154); }
div.DivClassName
{
background-color: #B4999A;
}
.BgClassName
{
background-color: #B4999A;
}
</style>
border-color css
<style>
span { border-color: #B4999A; }
span { border-color: rgb(180,153,154); }
td.TdClassName
{
border-color: #B4999A;
}
.TagClassName
{
border-color: #B4999A;
}
</style>