Shades of Rosy Brown #B9908F
Tints of Rosy Brown #B9908F
RGB
CMYK
RGB Variations
Color information
#B9908F (or 0xB9908F) is known color: Rosy Brown. HEX triplet: B9, 90 and 8F. RGB value is (185,144,143). Sum of RGB (Red+Green+Blue) = 185+144+143=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9908F is #466F70. Grayscale: #9C9C9C. Windows color (decimal): -4616049 or 9408697. OLE color: 9408697.
HSL color Cylindrical-coordinate representation of color #B9908F: hue angle of 1.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9908F is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 143 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.27 |
| HSL | 1.43º | 0.23% | 0.64% | - |
| HSV(B) | 1.43º | 0.23% | 0.73% | - |
| XYZ | 34.94 | 32.24 | 30.37 | - |
| YUV | 156.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 143 | 0 | 0.22 | 0.23 | 0.27 | 1.43 | 0.23 | 0.64 |
| Hex | B9 | 90 | 8F | 0 | 16 | 17 | 1B | 1 | 17 | 40 |
| Octal | 271 | 220 | 217 | 0 | 26 | 27 | 33 | 1 | 27 | 100 |
| Binary | 10111001 | 10010000 | 10001111 | 0 | 10110 | 10111 | 11011 | 1 | 10111 | 1000000 |
Color Harmonies of #B9908F
Complementary color
Monochromatic Colors of #B9908F
Black with #B9908F
Text Example
Text Example
White with #B9908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9908F; }
p { color: rgb(185,144,143); }
H1.HeaderClassName
{
color: #B9908F;
}
.AnyTagClassName
{
color: #B9908F;
}
</style>
background-color css
<style>
a { background-color: #B9908F; }
a { background-color: rgb(185,144,143); }
div.DivClassName
{
background-color: #B9908F;
}
.BgClassName
{
background-color: #B9908F;
}
</style>
border-color css
<style>
span { border-color: #B9908F; }
span { border-color: rgb(185,144,143); }
td.TdClassName
{
border-color: #B9908F;
}
.TagClassName
{
border-color: #B9908F;
}
</style>