Shades of Careys Pink #B19FA1
Tints of Careys Pink #B19FA1
RGB
CMYK
RGB Variations
Color information
#B19FA1 (or 0xB19FA1) is known color: Careys Pink. HEX triplet: B1, 9F and A1. RGB value is (177,159,161). Sum of RGB (Red+Green+Blue) = 177+159+161=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA1 is #4E605E. Grayscale: #A4A4A4. Windows color (decimal): -5136479 or 10592177. OLE color: 10592177.
HSL color Cylindrical-coordinate representation of color #B19FA1: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FA1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 161 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.31 |
| HSL | 353.33º | 0.1% | 0.66% | - |
| HSV(B) | 353.33º | 0.1% | 0.69% | - |
| XYZ | 36.96 | 36.72 | 38.86 | - |
| YUV | 164.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 161 | 0 | 0.10 | 0.09 | 0.31 | 353.33 | 0.1 | 0.66 |
| Hex | B1 | 9F | A1 | 0 | A | 9 | 1F | 161 | A | 42 |
| Octal | 261 | 237 | 241 | 0 | 12 | 11 | 37 | 541 | 12 | 102 |
| Binary | 10110001 | 10011111 | 10100001 | 0 | 1010 | 1001 | 11111 | 101100001 | 1010 | 1000010 |
Color Harmonies of #B19FA1
Complementary color
Monochromatic Colors of #B19FA1
Black with #B19FA1
Text Example
Text Example
White with #B19FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FA1; }
p { color: rgb(177,159,161); }
H1.HeaderClassName
{
color: #B19FA1;
}
.AnyTagClassName
{
color: #B19FA1;
}
</style>
background-color css
<style>
a { background-color: #B19FA1; }
a { background-color: rgb(177,159,161); }
div.DivClassName
{
background-color: #B19FA1;
}
.BgClassName
{
background-color: #B19FA1;
}
</style>
border-color css
<style>
span { border-color: #B19FA1; }
span { border-color: rgb(177,159,161); }
td.TdClassName
{
border-color: #B19FA1;
}
.TagClassName
{
border-color: #B19FA1;
}
</style>