Shades of Rosy Brown #BB8786
Tints of Rosy Brown #BB8786
RGB
CMYK
RGB Variations
Color information
#BB8786 (or 0xBB8786) is known color: Rosy Brown. HEX triplet: BB, 87 and 86. RGB value is (187,135,134). Sum of RGB (Red+Green+Blue) = 187+135+134=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8786 is #447879. Grayscale: #969696. Windows color (decimal): -4487290 or 8816571. OLE color: 8816571.
HSL color Cylindrical-coordinate representation of color #BB8786: hue angle of 1.13º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8786 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 134 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.27 |
| HSL | 1.13º | 0.28% | 0.63% | - |
| HSV(B) | 1.13º | 0.28% | 0.73% | - |
| XYZ | 33.46 | 29.61 | 26.51 | - |
| YUV | 150.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 134 | 0 | 0.28 | 0.28 | 0.27 | 1.13 | 0.28 | 0.63 |
| Hex | BB | 87 | 86 | 0 | 1C | 1C | 1B | 1 | 1C | 3F |
| Octal | 273 | 207 | 206 | 0 | 34 | 34 | 33 | 1 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10000110 | 0 | 11100 | 11100 | 11011 | 1 | 11100 | 111111 |
Color Harmonies of #BB8786
Complementary color
Monochromatic Colors of #BB8786
Black with #BB8786
Text Example
Text Example
White with #BB8786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8786; }
p { color: rgb(187,135,134); }
H1.HeaderClassName
{
color: #BB8786;
}
.AnyTagClassName
{
color: #BB8786;
}
</style>
background-color css
<style>
a { background-color: #BB8786; }
a { background-color: rgb(187,135,134); }
div.DivClassName
{
background-color: #BB8786;
}
.BgClassName
{
background-color: #BB8786;
}
</style>
border-color css
<style>
span { border-color: #BB8786; }
span { border-color: rgb(187,135,134); }
td.TdClassName
{
border-color: #BB8786;
}
.TagClassName
{
border-color: #BB8786;
}
</style>