Shades of Careys Pink #B19293
Tints of Careys Pink #B19293
RGB
CMYK
RGB Variations
Color information
#B19293 (or 0xB19293) is known color: Careys Pink. HEX triplet: B1, 92 and 93. RGB value is (177,146,147). Sum of RGB (Red+Green+Blue) = 177+146+147=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B19293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19293 is #4E6D6C. Grayscale: #9B9B9B. Windows color (decimal): -5139821 or 9671345. OLE color: 9671345.
HSL color Cylindrical-coordinate representation of color #B19293: hue angle of 358.06º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19293 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 147 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.31 |
| HSL | 358.06º | 0.17% | 0.63% | - |
| HSV(B) | 358.06º | 0.18% | 0.69% | - |
| XYZ | 33.68 | 32.01 | 32.01 | - |
| YUV | 155.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 147 | 0 | 0.18 | 0.17 | 0.31 | 358.06 | 0.17 | 0.63 |
| Hex | B1 | 92 | 93 | 0 | 12 | 11 | 1F | 166 | 11 | 3F |
| Octal | 261 | 222 | 223 | 0 | 22 | 21 | 37 | 546 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10010011 | 0 | 10010 | 10001 | 11111 | 101100110 | 10001 | 111111 |
Color Harmonies of #B19293
Complementary color
Monochromatic Colors of #B19293
Black with #B19293
Text Example
Text Example
White with #B19293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19293; }
p { color: rgb(177,146,147); }
H1.HeaderClassName
{
color: #B19293;
}
.AnyTagClassName
{
color: #B19293;
}
</style>
background-color css
<style>
a { background-color: #B19293; }
a { background-color: rgb(177,146,147); }
div.DivClassName
{
background-color: #B19293;
}
.BgClassName
{
background-color: #B19293;
}
</style>
border-color css
<style>
span { border-color: #B19293; }
span { border-color: rgb(177,146,147); }
td.TdClassName
{
border-color: #B19293;
}
.TagClassName
{
border-color: #B19293;
}
</style>