Shades of Careys Pink #B19394
Tints of Careys Pink #B19394
RGB
CMYK
RGB Variations
Color information
#B19394 (or 0xB19394) is known color: Careys Pink. HEX triplet: B1, 93 and 94. RGB value is (177,147,148). Sum of RGB (Red+Green+Blue) = 177+147+148=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B19394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19394 is #4E6C6B. Grayscale: #9C9C9C. Windows color (decimal): -5139564 or 9737137. OLE color: 9737137.
HSL color Cylindrical-coordinate representation of color #B19394: hue angle of 358º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19394 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 148 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.31 |
| HSL | 358º | 0.16% | 0.64% | - |
| HSV(B) | 358º | 0.17% | 0.69% | - |
| XYZ | 33.91 | 32.35 | 32.47 | - |
| YUV | 156.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 148 | 0 | 0.17 | 0.16 | 0.31 | 358 | 0.16 | 0.64 |
| Hex | B1 | 93 | 94 | 0 | 11 | 10 | 1F | 166 | 10 | 40 |
| Octal | 261 | 223 | 224 | 0 | 21 | 20 | 37 | 546 | 20 | 100 |
| Binary | 10110001 | 10010011 | 10010100 | 0 | 10001 | 10000 | 11111 | 101100110 | 10000 | 1000000 |
Color Harmonies of #B19394
Complementary color
Monochromatic Colors of #B19394
Black with #B19394
Text Example
Text Example
White with #B19394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19394; }
p { color: rgb(177,147,148); }
H1.HeaderClassName
{
color: #B19394;
}
.AnyTagClassName
{
color: #B19394;
}
</style>
background-color css
<style>
a { background-color: #B19394; }
a { background-color: rgb(177,147,148); }
div.DivClassName
{
background-color: #B19394;
}
.BgClassName
{
background-color: #B19394;
}
</style>
border-color css
<style>
span { border-color: #B19394; }
span { border-color: rgb(177,147,148); }
td.TdClassName
{
border-color: #B19394;
}
.TagClassName
{
border-color: #B19394;
}
</style>