Shades of Rosy Brown #B8908C
Tints of Rosy Brown #B8908C
RGB
CMYK
RGB Variations
Color information
#B8908C (or 0xB8908C) is known color: Rosy Brown. HEX triplet: B8, 90 and 8C. RGB value is (184,144,140). Sum of RGB (Red+Green+Blue) = 184+144+140=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8908C is #476F73. Grayscale: #9B9B9B. Windows color (decimal): -4681588 or 9212088. OLE color: 9212088.
HSL color Cylindrical-coordinate representation of color #B8908C: hue angle of 5.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8908C is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 140 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.28 |
| HSL | 5.45º | 0.24% | 0.64% | - |
| HSV(B) | 5.45º | 0.24% | 0.72% | - |
| XYZ | 34.47 | 32.03 | 29.18 | - |
| YUV | 155.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 140 | 0 | 0.22 | 0.24 | 0.28 | 5.45 | 0.24 | 0.64 |
| Hex | B8 | 90 | 8C | 0 | 16 | 18 | 1C | 5 | 18 | 40 |
| Octal | 270 | 220 | 214 | 0 | 26 | 30 | 34 | 5 | 30 | 100 |
| Binary | 10111000 | 10010000 | 10001100 | 0 | 10110 | 11000 | 11100 | 101 | 11000 | 1000000 |
Color Harmonies of #B8908C
Complementary color
Monochromatic Colors of #B8908C
Black with #B8908C
Text Example
Text Example
White with #B8908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8908C; }
p { color: rgb(184,144,140); }
H1.HeaderClassName
{
color: #B8908C;
}
.AnyTagClassName
{
color: #B8908C;
}
</style>
background-color css
<style>
a { background-color: #B8908C; }
a { background-color: rgb(184,144,140); }
div.DivClassName
{
background-color: #B8908C;
}
.BgClassName
{
background-color: #B8908C;
}
</style>
border-color css
<style>
span { border-color: #B8908C; }
span { border-color: rgb(184,144,140); }
td.TdClassName
{
border-color: #B8908C;
}
.TagClassName
{
border-color: #B8908C;
}
</style>