Shades of Careys Pink #B19DA0
Tints of Careys Pink #B19DA0
RGB
CMYK
RGB Variations
Color information
#B19DA0 (or 0xB19DA0) is known color: Careys Pink. HEX triplet: B1, 9D and A0. RGB value is (177,157,160). Sum of RGB (Red+Green+Blue) = 177+157+160=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DA0 is #4E625F. Grayscale: #A3A3A3. Windows color (decimal): -5136992 or 10526129. OLE color: 10526129.
HSL color Cylindrical-coordinate representation of color #B19DA0: hue angle of 351º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B19DA0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 160 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.31 |
| HSL | 351º | 0.11% | 0.65% | - |
| HSV(B) | 351º | 0.11% | 0.69% | - |
| XYZ | 36.53 | 36 | 38.28 | - |
| YUV | 163.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 160 | 0 | 0.11 | 0.10 | 0.31 | 351 | 0.11 | 0.65 |
| Hex | B1 | 9D | A0 | 0 | B | A | 1F | 15F | B | 41 |
| Octal | 261 | 235 | 240 | 0 | 13 | 12 | 37 | 537 | 13 | 101 |
| Binary | 10110001 | 10011101 | 10100000 | 0 | 1011 | 1010 | 11111 | 101011111 | 1011 | 1000001 |
Color Harmonies of #B19DA0
Complementary color
Monochromatic Colors of #B19DA0
Black with #B19DA0
Text Example
Text Example
White with #B19DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DA0; }
p { color: rgb(177,157,160); }
H1.HeaderClassName
{
color: #B19DA0;
}
.AnyTagClassName
{
color: #B19DA0;
}
</style>
background-color css
<style>
a { background-color: #B19DA0; }
a { background-color: rgb(177,157,160); }
div.DivClassName
{
background-color: #B19DA0;
}
.BgClassName
{
background-color: #B19DA0;
}
</style>
border-color css
<style>
span { border-color: #B19DA0; }
span { border-color: rgb(177,157,160); }
td.TdClassName
{
border-color: #B19DA0;
}
.TagClassName
{
border-color: #B19DA0;
}
</style>