Shades of Rosy Brown #B19090
Tints of Rosy Brown #B19090
RGB
CMYK
RGB Variations
Color information
#B19090 (or 0xB19090) is known color: Rosy Brown. HEX triplet: B1, 90 and 90. RGB value is (177,144,144). Sum of RGB (Red+Green+Blue) = 177+144+144=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B19090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19090 is #4E6F6F. Grayscale: #999999. Windows color (decimal): -5140336 or 9474225. OLE color: 9474225.
HSL color Cylindrical-coordinate representation of color #B19090: hue angle of 0º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B19090 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 144 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.31 |
| HSL | 0º | 0.17% | 0.63% | - |
| HSV(B) | 0º | 0.19% | 0.69% | - |
| XYZ | 33.14 | 31.31 | 30.68 | - |
| YUV | 153.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 144 | 0 | 0.19 | 0.19 | 0.31 | 0 | 0.17 | 0.63 |
| Hex | B1 | 90 | 90 | 0 | 13 | 13 | 1F | 0 | 11 | 3F |
| Octal | 261 | 220 | 220 | 0 | 23 | 23 | 37 | 0 | 21 | 77 |
| Binary | 10110001 | 10010000 | 10010000 | 0 | 10011 | 10011 | 11111 | 0 | 10001 | 111111 |
Color Harmonies of #B19090
Complementary color
Monochromatic Colors of #B19090
Black with #B19090
Text Example
Text Example
White with #B19090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19090; }
p { color: rgb(177,144,144); }
H1.HeaderClassName
{
color: #B19090;
}
.AnyTagClassName
{
color: #B19090;
}
</style>
background-color css
<style>
a { background-color: #B19090; }
a { background-color: rgb(177,144,144); }
div.DivClassName
{
background-color: #B19090;
}
.BgClassName
{
background-color: #B19090;
}
</style>
border-color css
<style>
span { border-color: #B19090; }
span { border-color: rgb(177,144,144); }
td.TdClassName
{
border-color: #B19090;
}
.TagClassName
{
border-color: #B19090;
}
</style>