Shades of Brandy Rose #BB856C
Tints of Brandy Rose #BB856C
RGB
CMYK
RGB Variations
Color information
#BB856C (or 0xBB856C) is known color: Brandy Rose. HEX triplet: BB, 85 and 6C. RGB value is (187,133,108). Sum of RGB (Red+Green+Blue) = 187+133+108=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB856C is #447A93. Grayscale: #929292. Windows color (decimal): -4487828 or 7112123. OLE color: 7112123.
HSL color Cylindrical-coordinate representation of color #BB856C: hue angle of 18.99º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB856C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 108 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.27 |
| HSL | 18.99º | 0.37% | 0.58% | - |
| HSV(B) | 18.99º | 0.42% | 0.73% | - |
| XYZ | 31.59 | 28.42 | 18.01 | - |
| YUV | 146.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 108 | 0 | 0.29 | 0.42 | 0.27 | 18.99 | 0.37 | 0.58 |
| Hex | BB | 85 | 6C | 0 | 1D | 2A | 1B | 13 | 25 | 3A |
| Octal | 273 | 205 | 154 | 0 | 35 | 52 | 33 | 23 | 45 | 72 |
| Binary | 10111011 | 10000101 | 1101100 | 0 | 11101 | 101010 | 11011 | 10011 | 100101 | 111010 |
Color Harmonies of #BB856C
Complementary color
Monochromatic Colors of #BB856C
Black with #BB856C
Text Example
Text Example
White with #BB856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB856C; }
p { color: rgb(187,133,108); }
H1.HeaderClassName
{
color: #BB856C;
}
.AnyTagClassName
{
color: #BB856C;
}
</style>
background-color css
<style>
a { background-color: #BB856C; }
a { background-color: rgb(187,133,108); }
div.DivClassName
{
background-color: #BB856C;
}
.BgClassName
{
background-color: #BB856C;
}
</style>
border-color css
<style>
span { border-color: #BB856C; }
span { border-color: rgb(187,133,108); }
td.TdClassName
{
border-color: #BB856C;
}
.TagClassName
{
border-color: #BB856C;
}
</style>