Shades of Rosy Brown #B9918F
Tints of Rosy Brown #B9918F
RGB
CMYK
RGB Variations
Color information
#B9918F (or 0xB9918F) is known color: Rosy Brown. HEX triplet: B9, 91 and 8F. RGB value is (185,145,143). Sum of RGB (Red+Green+Blue) = 185+145+143=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9918F is #466E70. Grayscale: #9C9C9C. Windows color (decimal): -4615793 or 9408953. OLE color: 9408953.
HSL color Cylindrical-coordinate representation of color #B9918F: hue angle of 2.86º 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 #B9918F is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 143 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.27 |
| HSL | 2.86º | 0.23% | 0.64% | - |
| HSV(B) | 2.86º | 0.23% | 0.73% | - |
| XYZ | 35.09 | 32.55 | 30.42 | - |
| YUV | 156.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 143 | 0 | 0.22 | 0.23 | 0.27 | 2.86 | 0.23 | 0.64 |
| Hex | B9 | 91 | 8F | 0 | 16 | 17 | 1B | 3 | 17 | 40 |
| Octal | 271 | 221 | 217 | 0 | 26 | 27 | 33 | 3 | 27 | 100 |
| Binary | 10111001 | 10010001 | 10001111 | 0 | 10110 | 10111 | 11011 | 11 | 10111 | 1000000 |
Color Harmonies of #B9918F
Complementary color
Monochromatic Colors of #B9918F
Black with #B9918F
Text Example
Text Example
White with #B9918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9918F; }
p { color: rgb(185,145,143); }
H1.HeaderClassName
{
color: #B9918F;
}
.AnyTagClassName
{
color: #B9918F;
}
</style>
background-color css
<style>
a { background-color: #B9918F; }
a { background-color: rgb(185,145,143); }
div.DivClassName
{
background-color: #B9918F;
}
.BgClassName
{
background-color: #B9918F;
}
</style>
border-color css
<style>
span { border-color: #B9918F; }
span { border-color: rgb(185,145,143); }
td.TdClassName
{
border-color: #B9918F;
}
.TagClassName
{
border-color: #B9918F;
}
</style>