Shades of Rosy Brown #B9918D
Tints of Rosy Brown #B9918D
RGB
CMYK
RGB Variations
Color information
#B9918D (or 0xB9918D) is known color: Rosy Brown. HEX triplet: B9, 91 and 8D. RGB value is (185,145,141). Sum of RGB (Red+Green+Blue) = 185+145+141=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9918D is #466E72. Grayscale: #9C9C9C. Windows color (decimal): -4615795 or 9277881. OLE color: 9277881.
HSL color Cylindrical-coordinate representation of color #B9918D: hue angle of 5.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9918D is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 141 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.27 |
| HSL | 5.45º | 0.24% | 0.64% | - |
| HSV(B) | 5.45º | 0.24% | 0.73% | - |
| XYZ | 34.94 | 32.49 | 29.63 | - |
| YUV | 156.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 141 | 0 | 0.22 | 0.24 | 0.27 | 5.45 | 0.24 | 0.64 |
| Hex | B9 | 91 | 8D | 0 | 16 | 18 | 1B | 5 | 18 | 40 |
| Octal | 271 | 221 | 215 | 0 | 26 | 30 | 33 | 5 | 30 | 100 |
| Binary | 10111001 | 10010001 | 10001101 | 0 | 10110 | 11000 | 11011 | 101 | 11000 | 1000000 |
Color Harmonies of #B9918D
Complementary color
Monochromatic Colors of #B9918D
Black with #B9918D
Text Example
Text Example
White with #B9918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9918D; }
p { color: rgb(185,145,141); }
H1.HeaderClassName
{
color: #B9918D;
}
.AnyTagClassName
{
color: #B9918D;
}
</style>
background-color css
<style>
a { background-color: #B9918D; }
a { background-color: rgb(185,145,141); }
div.DivClassName
{
background-color: #B9918D;
}
.BgClassName
{
background-color: #B9918D;
}
</style>
border-color css
<style>
span { border-color: #B9918D; }
span { border-color: rgb(185,145,141); }
td.TdClassName
{
border-color: #B9918D;
}
.TagClassName
{
border-color: #B9918D;
}
</style>