Shades of Rosy Brown #B89290
Tints of Rosy Brown #B89290
RGB
CMYK
RGB Variations
Color information
#B89290 (or 0xB89290) is known color: Rosy Brown. HEX triplet: B8, 92 and 90. RGB value is (184,146,144). Sum of RGB (Red+Green+Blue) = 184+146+144=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B89290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89290 is #476D6F. Grayscale: #9D9D9D. Windows color (decimal): -4681072 or 9474744. OLE color: 9474744.
HSL color Cylindrical-coordinate representation of color #B89290: hue angle of 3º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B89290 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 144 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.28 |
| HSL | 3º | 0.22% | 0.64% | - |
| HSV(B) | 3º | 0.22% | 0.72% | - |
| XYZ | 35.08 | 32.76 | 30.86 | - |
| YUV | 157.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 144 | 0 | 0.21 | 0.22 | 0.28 | 3 | 0.22 | 0.64 |
| Hex | B8 | 92 | 90 | 0 | 15 | 16 | 1C | 3 | 16 | 40 |
| Octal | 270 | 222 | 220 | 0 | 25 | 26 | 34 | 3 | 26 | 100 |
| Binary | 10111000 | 10010010 | 10010000 | 0 | 10101 | 10110 | 11100 | 11 | 10110 | 1000000 |
Color Harmonies of #B89290
Complementary color
Monochromatic Colors of #B89290
Black with #B89290
Text Example
Text Example
White with #B89290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89290; }
p { color: rgb(184,146,144); }
H1.HeaderClassName
{
color: #B89290;
}
.AnyTagClassName
{
color: #B89290;
}
</style>
background-color css
<style>
a { background-color: #B89290; }
a { background-color: rgb(184,146,144); }
div.DivClassName
{
background-color: #B89290;
}
.BgClassName
{
background-color: #B89290;
}
</style>
border-color css
<style>
span { border-color: #B89290; }
span { border-color: rgb(184,146,144); }
td.TdClassName
{
border-color: #B89290;
}
.TagClassName
{
border-color: #B89290;
}
</style>