Shades of Rosy Brown #B99090
Tints of Rosy Brown #B99090
RGB
CMYK
RGB Variations
Color information
#B99090 (or 0xB99090) is known color: Rosy Brown. HEX triplet: B9, 90 and 90. RGB value is (185,144,144). Sum of RGB (Red+Green+Blue) = 185+144+144=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B99090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99090 is #466F6F. Grayscale: #9C9C9C. Windows color (decimal): -4616048 or 9474233. OLE color: 9474233.
HSL color Cylindrical-coordinate representation of color #B99090: hue angle of 0º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99090 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 144 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.27 |
| HSL | 0º | 0.23% | 0.65% | - |
| HSV(B) | 0º | 0.22% | 0.73% | - |
| XYZ | 35.01 | 32.27 | 30.77 | - |
| YUV | 156.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 144 | 0 | 0.22 | 0.22 | 0.27 | 0 | 0.23 | 0.65 |
| Hex | B9 | 90 | 90 | 0 | 16 | 16 | 1B | 0 | 17 | 41 |
| Octal | 271 | 220 | 220 | 0 | 26 | 26 | 33 | 0 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10010000 | 0 | 10110 | 10110 | 11011 | 0 | 10111 | 1000001 |
Color Harmonies of #B99090
Complementary color
Monochromatic Colors of #B99090
Black with #B99090
Text Example
Text Example
White with #B99090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99090; }
p { color: rgb(185,144,144); }
H1.HeaderClassName
{
color: #B99090;
}
.AnyTagClassName
{
color: #B99090;
}
</style>
background-color css
<style>
a { background-color: #B99090; }
a { background-color: rgb(185,144,144); }
div.DivClassName
{
background-color: #B99090;
}
.BgClassName
{
background-color: #B99090;
}
</style>
border-color css
<style>
span { border-color: #B99090; }
span { border-color: rgb(185,144,144); }
td.TdClassName
{
border-color: #B99090;
}
.TagClassName
{
border-color: #B99090;
}
</style>