Shades of Rosy Brown #B89291
Tints of Rosy Brown #B89291
RGB
CMYK
RGB Variations
Color information
#B89291 (or 0xB89291) is known color: Rosy Brown. HEX triplet: B8, 92 and 91. RGB value is (184,146,145). Sum of RGB (Red+Green+Blue) = 184+146+145=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B89291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89291 is #476D6E. Grayscale: #9D9D9D. Windows color (decimal): -4681071 or 9540280. OLE color: 9540280.
HSL color Cylindrical-coordinate representation of color #B89291: hue angle of 1.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B89291 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 145 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.28 |
| HSL | 1.54º | 0.22% | 0.65% | - |
| HSV(B) | 1.54º | 0.21% | 0.72% | - |
| XYZ | 35.16 | 32.79 | 31.26 | - |
| YUV | 157.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 145 | 0 | 0.21 | 0.21 | 0.28 | 1.54 | 0.22 | 0.65 |
| Hex | B8 | 92 | 91 | 0 | 15 | 15 | 1C | 2 | 16 | 41 |
| Octal | 270 | 222 | 221 | 0 | 25 | 25 | 34 | 2 | 26 | 101 |
| Binary | 10111000 | 10010010 | 10010001 | 0 | 10101 | 10101 | 11100 | 10 | 10110 | 1000001 |
Color Harmonies of #B89291
Complementary color
Monochromatic Colors of #B89291
Black with #B89291
Text Example
Text Example
White with #B89291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89291; }
p { color: rgb(184,146,145); }
H1.HeaderClassName
{
color: #B89291;
}
.AnyTagClassName
{
color: #B89291;
}
</style>
background-color css
<style>
a { background-color: #B89291; }
a { background-color: rgb(184,146,145); }
div.DivClassName
{
background-color: #B89291;
}
.BgClassName
{
background-color: #B89291;
}
</style>
border-color css
<style>
span { border-color: #B89291; }
span { border-color: rgb(184,146,145); }
td.TdClassName
{
border-color: #B89291;
}
.TagClassName
{
border-color: #B89291;
}
</style>