Shades of Rosy Brown #BB908C
Tints of Rosy Brown #BB908C
RGB
CMYK
RGB Variations
Color information
#BB908C (or 0xBB908C) is known color: Rosy Brown. HEX triplet: BB, 90 and 8C. RGB value is (187,144,140). Sum of RGB (Red+Green+Blue) = 187+144+140=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB908C is #446F73. Grayscale: #9C9C9C. Windows color (decimal): -4484980 or 9212091. OLE color: 9212091.
HSL color Cylindrical-coordinate representation of color #BB908C: hue angle of 5.11º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB908C is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 140 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.27 |
| HSL | 5.11º | 0.26% | 0.64% | - |
| HSV(B) | 5.11º | 0.25% | 0.73% | - |
| XYZ | 35.2 | 32.4 | 29.21 | - |
| YUV | 156.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 140 | 0 | 0.23 | 0.25 | 0.27 | 5.11 | 0.26 | 0.64 |
| Hex | BB | 90 | 8C | 0 | 17 | 19 | 1B | 5 | 1A | 40 |
| Octal | 273 | 220 | 214 | 0 | 27 | 31 | 33 | 5 | 32 | 100 |
| Binary | 10111011 | 10010000 | 10001100 | 0 | 10111 | 11001 | 11011 | 101 | 11010 | 1000000 |
Color Harmonies of #BB908C
Complementary color
Monochromatic Colors of #BB908C
Black with #BB908C
Text Example
Text Example
White with #BB908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB908C; }
p { color: rgb(187,144,140); }
H1.HeaderClassName
{
color: #BB908C;
}
.AnyTagClassName
{
color: #BB908C;
}
</style>
background-color css
<style>
a { background-color: #BB908C; }
a { background-color: rgb(187,144,140); }
div.DivClassName
{
background-color: #BB908C;
}
.BgClassName
{
background-color: #BB908C;
}
</style>
border-color css
<style>
span { border-color: #BB908C; }
span { border-color: rgb(187,144,140); }
td.TdClassName
{
border-color: #BB908C;
}
.TagClassName
{
border-color: #BB908C;
}
</style>