Shades of Rosy Brown #B19191
Tints of Rosy Brown #B19191
RGB
CMYK
RGB Variations
Color information
#B19191 (or 0xB19191) is known color: Rosy Brown. HEX triplet: B1, 91 and 91. RGB value is (177,145,145). Sum of RGB (Red+Green+Blue) = 177+145+145=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B19191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19191 is #4E6E6E. Grayscale: #9A9A9A. Windows color (decimal): -5140079 or 9540017. OLE color: 9540017.
HSL color Cylindrical-coordinate representation of color #B19191: 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.18%. Process color model (Four color, CMYK) of #B19191 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 145 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.31 |
| HSL | 0º | 0.17% | 0.63% | - |
| HSV(B) | 0º | 0.18% | 0.69% | - |
| XYZ | 33.37 | 31.64 | 31.14 | - |
| YUV | 154.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 145 | 0 | 0.18 | 0.18 | 0.31 | 0 | 0.17 | 0.63 |
| Hex | B1 | 91 | 91 | 0 | 12 | 12 | 1F | 0 | 11 | 3F |
| Octal | 261 | 221 | 221 | 0 | 22 | 22 | 37 | 0 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10010001 | 0 | 10010 | 10010 | 11111 | 0 | 10001 | 111111 |
Color Harmonies of #B19191
Complementary color
Monochromatic Colors of #B19191
Black with #B19191
Text Example
Text Example
White with #B19191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19191; }
p { color: rgb(177,145,145); }
H1.HeaderClassName
{
color: #B19191;
}
.AnyTagClassName
{
color: #B19191;
}
</style>
background-color css
<style>
a { background-color: #B19191; }
a { background-color: rgb(177,145,145); }
div.DivClassName
{
background-color: #B19191;
}
.BgClassName
{
background-color: #B19191;
}
</style>
border-color css
<style>
span { border-color: #B19191; }
span { border-color: rgb(177,145,145); }
td.TdClassName
{
border-color: #B19191;
}
.TagClassName
{
border-color: #B19191;
}
</style>