Shades of Brandy Rose #BB837F
Tints of Brandy Rose #BB837F
RGB
CMYK
RGB Variations
Color information
#BB837F (or 0xBB837F) is known color: Brandy Rose. HEX triplet: BB, 83 and 7F. RGB value is (187,131,127). Sum of RGB (Red+Green+Blue) = 187+131+127=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB837F is #447C80. Grayscale: #939393. Windows color (decimal): -4488321 or 8356795. OLE color: 8356795.
HSL color Cylindrical-coordinate representation of color #BB837F: hue angle of 4º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB837F is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 127 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.27 |
| HSL | 4º | 0.31% | 0.62% | - |
| HSV(B) | 4º | 0.32% | 0.73% | - |
| XYZ | 32.44 | 28.33 | 23.84 | - |
| YUV | 147.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 127 | 0 | 0.30 | 0.32 | 0.27 | 4 | 0.31 | 0.62 |
| Hex | BB | 83 | 7F | 0 | 1E | 20 | 1B | 4 | 1F | 3E |
| Octal | 273 | 203 | 177 | 0 | 36 | 40 | 33 | 4 | 37 | 76 |
| Binary | 10111011 | 10000011 | 1111111 | 0 | 11110 | 100000 | 11011 | 100 | 11111 | 111110 |
Color Harmonies of #BB837F
Complementary color
Monochromatic Colors of #BB837F
Black with #BB837F
Text Example
Text Example
White with #BB837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB837F; }
p { color: rgb(187,131,127); }
H1.HeaderClassName
{
color: #BB837F;
}
.AnyTagClassName
{
color: #BB837F;
}
</style>
background-color css
<style>
a { background-color: #BB837F; }
a { background-color: rgb(187,131,127); }
div.DivClassName
{
background-color: #BB837F;
}
.BgClassName
{
background-color: #BB837F;
}
</style>
border-color css
<style>
span { border-color: #BB837F; }
span { border-color: rgb(187,131,127); }
td.TdClassName
{
border-color: #BB837F;
}
.TagClassName
{
border-color: #BB837F;
}
</style>