Shades of Careys Pink #B19DA1
Tints of Careys Pink #B19DA1
RGB
CMYK
RGB Variations
Color information
#B19DA1 (or 0xB19DA1) is known color: Careys Pink. HEX triplet: B1, 9D and A1. RGB value is (177,157,161). Sum of RGB (Red+Green+Blue) = 177+157+161=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DA1 is #4E625E. Grayscale: #A3A3A3. Windows color (decimal): -5136991 or 10591665. OLE color: 10591665.
HSL color Cylindrical-coordinate representation of color #B19DA1: hue angle of 348º 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 #B19DA1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 157 | 161 | - |
CMYK | 0 | 0.11 | 0.09 | 0.31 |
HSL | 348º | 0.11% | 0.65% | - |
HSV(B) | 348º | 0.11% | 0.69% | - |
XYZ | 36.62 | 36.03 | 38.74 | - |
YUV | 163.44 | 126.63 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 157 | 161 | 0 | 0.11 | 0.09 | 0.31 | 348 | 0.11 | 0.65 |
Hex | B1 | 9D | A1 | 0 | B | 9 | 1F | 15C | B | 41 |
Octal | 261 | 235 | 241 | 0 | 13 | 11 | 37 | 534 | 13 | 101 |
Binary | 10110001 | 10011101 | 10100001 | 0 | 1011 | 1001 | 11111 | 101011100 | 1011 | 1000001 |
Color Harmonies of #B19DA1
Complementary color
Monochromatic Colors of #B19DA1
Black with #B19DA1
Text Example
Text Example
White with #B19DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DA1; }
p { color: rgb(177,157,161); }
H1.HeaderClassName
{
color: #B19DA1;
}
.AnyTagClassName
{
color: #B19DA1;
}
</style>
background-color css
<style>
a { background-color: #B19DA1; }
a { background-color: rgb(177,157,161); }
div.DivClassName
{
background-color: #B19DA1;
}
.BgClassName
{
background-color: #B19DA1;
}
</style>
border-color css
<style>
span { border-color: #B19DA1; }
span { border-color: rgb(177,157,161); }
td.TdClassName
{
border-color: #B19DA1;
}
.TagClassName
{
border-color: #B19DA1;
}
</style>