Shades of Rosy Brown #B29191
Tints of Rosy Brown #B29191
RGB
CMYK
RGB Variations
Color information
#B29191 (or 0xB29191) is known color: Rosy Brown. HEX triplet: B2, 91 and 91. RGB value is (178,145,145). Sum of RGB (Red+Green+Blue) = 178+145+145=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B29191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29191 is #4D6E6E. Grayscale: #9A9A9A. Windows color (decimal): -5074543 or 9540018. OLE color: 9540018.
HSL color Cylindrical-coordinate representation of color #B29191: hue angle of 0º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29191 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 145 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.30 |
| HSL | 0º | 0.18% | 0.63% | - |
| HSV(B) | 0º | 0.19% | 0.7% | - |
| XYZ | 33.6 | 31.76 | 31.15 | - |
| YUV | 154.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 145 | 0 | 0.19 | 0.19 | 0.30 | 0 | 0.18 | 0.63 |
| Hex | B2 | 91 | 91 | 0 | 13 | 13 | 1E | 0 | 12 | 3F |
| Octal | 262 | 221 | 221 | 0 | 23 | 23 | 36 | 0 | 22 | 77 |
| Binary | 10110010 | 10010001 | 10010001 | 0 | 10011 | 10011 | 11110 | 0 | 10010 | 111111 |
Color Harmonies of #B29191
Complementary color
Monochromatic Colors of #B29191
Black with #B29191
Text Example
Text Example
White with #B29191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29191; }
p { color: rgb(178,145,145); }
H1.HeaderClassName
{
color: #B29191;
}
.AnyTagClassName
{
color: #B29191;
}
</style>
background-color css
<style>
a { background-color: #B29191; }
a { background-color: rgb(178,145,145); }
div.DivClassName
{
background-color: #B29191;
}
.BgClassName
{
background-color: #B29191;
}
</style>
border-color css
<style>
span { border-color: #B29191; }
span { border-color: rgb(178,145,145); }
td.TdClassName
{
border-color: #B29191;
}
.TagClassName
{
border-color: #B29191;
}
</style>