Shades of Careys Pink #B19B9E
Tints of Careys Pink #B19B9E
RGB
CMYK
RGB Variations
Color information
#B19B9E (or 0xB19B9E) is known color: Careys Pink. HEX triplet: B1, 9B and 9E. RGB value is (177,155,158). Sum of RGB (Red+Green+Blue) = 177+155+158=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B9E is #4E6461. Grayscale: #A1A1A1. Windows color (decimal): -5137506 or 10394545. OLE color: 10394545.
HSL color Cylindrical-coordinate representation of color #B19B9E: hue angle of 351.82º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19B9E is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 158 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.31 |
| HSL | 351.82º | 0.12% | 0.65% | - |
| HSV(B) | 351.82º | 0.12% | 0.69% | - |
| XYZ | 36.02 | 35.26 | 37.25 | - |
| YUV | 161.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 158 | 0 | 0.12 | 0.11 | 0.31 | 351.82 | 0.12 | 0.65 |
| Hex | B1 | 9B | 9E | 0 | C | B | 1F | 160 | C | 41 |
| Octal | 261 | 233 | 236 | 0 | 14 | 13 | 37 | 540 | 14 | 101 |
| Binary | 10110001 | 10011011 | 10011110 | 0 | 1100 | 1011 | 11111 | 101100000 | 1100 | 1000001 |
Color Harmonies of #B19B9E
Complementary color
Monochromatic Colors of #B19B9E
Black with #B19B9E
Text Example
Text Example
White with #B19B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B9E; }
p { color: rgb(177,155,158); }
H1.HeaderClassName
{
color: #B19B9E;
}
.AnyTagClassName
{
color: #B19B9E;
}
</style>
background-color css
<style>
a { background-color: #B19B9E; }
a { background-color: rgb(177,155,158); }
div.DivClassName
{
background-color: #B19B9E;
}
.BgClassName
{
background-color: #B19B9E;
}
</style>
border-color css
<style>
span { border-color: #B19B9E; }
span { border-color: rgb(177,155,158); }
td.TdClassName
{
border-color: #B19B9E;
}
.TagClassName
{
border-color: #B19B9E;
}
</style>