Shades of Rosy Brown #BB908D
Tints of Rosy Brown #BB908D
RGB
CMYK
RGB Variations
Color information
#BB908D (or 0xBB908D) is known color: Rosy Brown. HEX triplet: BB, 90 and 8D. RGB value is (187,144,141). Sum of RGB (Red+Green+Blue) = 187+144+141=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB908D is #446F72. Grayscale: #9C9C9C. Windows color (decimal): -4484979 or 9277627. OLE color: 9277627.
HSL color Cylindrical-coordinate representation of color #BB908D: hue angle of 3.91º degrees, saturation: 0.25, 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 #BB908D is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 141 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.27 |
| HSL | 3.91º | 0.25% | 0.64% | - |
| HSV(B) | 3.91º | 0.25% | 0.73% | - |
| XYZ | 35.27 | 32.43 | 29.6 | - |
| YUV | 156.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 141 | 0 | 0.23 | 0.25 | 0.27 | 3.91 | 0.25 | 0.64 |
| Hex | BB | 90 | 8D | 0 | 17 | 19 | 1B | 4 | 19 | 40 |
| Octal | 273 | 220 | 215 | 0 | 27 | 31 | 33 | 4 | 31 | 100 |
| Binary | 10111011 | 10010000 | 10001101 | 0 | 10111 | 11001 | 11011 | 100 | 11001 | 1000000 |
Color Harmonies of #BB908D
Complementary color
Monochromatic Colors of #BB908D
Black with #BB908D
Text Example
Text Example
White with #BB908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB908D; }
p { color: rgb(187,144,141); }
H1.HeaderClassName
{
color: #BB908D;
}
.AnyTagClassName
{
color: #BB908D;
}
</style>
background-color css
<style>
a { background-color: #BB908D; }
a { background-color: rgb(187,144,141); }
div.DivClassName
{
background-color: #BB908D;
}
.BgClassName
{
background-color: #BB908D;
}
</style>
border-color css
<style>
span { border-color: #BB908D; }
span { border-color: rgb(187,144,141); }
td.TdClassName
{
border-color: #BB908D;
}
.TagClassName
{
border-color: #BB908D;
}
</style>