Shades of Careys Pink #B1999A
Tints of Careys Pink #B1999A
RGB
CMYK
RGB Variations
Color information
#B1999A (or 0xB1999A) is known color: Careys Pink. HEX triplet: B1, 99 and 9A. RGB value is (177,153,154). Sum of RGB (Red+Green+Blue) = 177+153+154=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1999A is #4E6665. Grayscale: #A0A0A0. Windows color (decimal): -5138022 or 10131889. OLE color: 10131889.
HSL color Cylindrical-coordinate representation of color #B1999A: hue angle of 357.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1999A is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 154 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.31 |
| HSL | 357.5º | 0.13% | 0.65% | - |
| HSV(B) | 357.5º | 0.14% | 0.69% | - |
| XYZ | 35.36 | 34.46 | 35.36 | - |
| YUV | 160.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 154 | 0 | 0.14 | 0.13 | 0.31 | 357.5 | 0.13 | 0.65 |
| Hex | B1 | 99 | 9A | 0 | E | D | 1F | 166 | D | 41 |
| Octal | 261 | 231 | 232 | 0 | 16 | 15 | 37 | 546 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10011010 | 0 | 1110 | 1101 | 11111 | 101100110 | 1101 | 1000001 |
Color Harmonies of #B1999A
Complementary color
Monochromatic Colors of #B1999A
Black with #B1999A
Text Example
Text Example
White with #B1999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1999A; }
p { color: rgb(177,153,154); }
H1.HeaderClassName
{
color: #B1999A;
}
.AnyTagClassName
{
color: #B1999A;
}
</style>
background-color css
<style>
a { background-color: #B1999A; }
a { background-color: rgb(177,153,154); }
div.DivClassName
{
background-color: #B1999A;
}
.BgClassName
{
background-color: #B1999A;
}
</style>
border-color css
<style>
span { border-color: #B1999A; }
span { border-color: rgb(177,153,154); }
td.TdClassName
{
border-color: #B1999A;
}
.TagClassName
{
border-color: #B1999A;
}
</style>