Shades of Careys Pink #B19799
Tints of Careys Pink #B19799
RGB
CMYK
RGB Variations
Color information
#B19799 (or 0xB19799) is known color: Careys Pink. HEX triplet: B1, 97 and 99. RGB value is (177,151,153). Sum of RGB (Red+Green+Blue) = 177+151+153=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B19799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19799 is #4E6866. Grayscale: #9F9F9F. Windows color (decimal): -5138535 or 10065841. OLE color: 10065841.
HSL color Cylindrical-coordinate representation of color #B19799: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B19799 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 153 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.31 |
| HSL | 355.38º | 0.14% | 0.64% | - |
| HSV(B) | 355.38º | 0.15% | 0.69% | - |
| XYZ | 34.95 | 33.78 | 34.82 | - |
| YUV | 159 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 153 | 0 | 0.15 | 0.14 | 0.31 | 355.38 | 0.14 | 0.64 |
| Hex | B1 | 97 | 99 | 0 | F | E | 1F | 163 | E | 40 |
| Octal | 261 | 227 | 231 | 0 | 17 | 16 | 37 | 543 | 16 | 100 |
| Binary | 10110001 | 10010111 | 10011001 | 0 | 1111 | 1110 | 11111 | 101100011 | 1110 | 1000000 |
Color Harmonies of #B19799
Complementary color
Monochromatic Colors of #B19799
Black with #B19799
Text Example
Text Example
White with #B19799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19799; }
p { color: rgb(177,151,153); }
H1.HeaderClassName
{
color: #B19799;
}
.AnyTagClassName
{
color: #B19799;
}
</style>
background-color css
<style>
a { background-color: #B19799; }
a { background-color: rgb(177,151,153); }
div.DivClassName
{
background-color: #B19799;
}
.BgClassName
{
background-color: #B19799;
}
</style>
border-color css
<style>
span { border-color: #B19799; }
span { border-color: rgb(177,151,153); }
td.TdClassName
{
border-color: #B19799;
}
.TagClassName
{
border-color: #B19799;
}
</style>