Shades of Brandy Rose #BB866D
Tints of Brandy Rose #BB866D
RGB
CMYK
RGB Variations
Color information
#BB866D (or 0xBB866D) is known color: Brandy Rose. HEX triplet: BB, 86 and 6D. RGB value is (187,134,109). Sum of RGB (Red+Green+Blue) = 187+134+109=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB866D is #447992. Grayscale: #939393. Windows color (decimal): -4487571 or 7177915. OLE color: 7177915.
HSL color Cylindrical-coordinate representation of color #BB866D: hue angle of 19.23º degrees, saturation: 0.36, 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 #BB866D is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 109 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.27 |
| HSL | 19.23º | 0.36% | 0.58% | - |
| HSV(B) | 19.23º | 0.42% | 0.73% | - |
| XYZ | 31.78 | 28.72 | 18.34 | - |
| YUV | 147 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 109 | 0 | 0.28 | 0.42 | 0.27 | 19.23 | 0.36 | 0.58 |
| Hex | BB | 86 | 6D | 0 | 1C | 2A | 1B | 13 | 24 | 3A |
| Octal | 273 | 206 | 155 | 0 | 34 | 52 | 33 | 23 | 44 | 72 |
| Binary | 10111011 | 10000110 | 1101101 | 0 | 11100 | 101010 | 11011 | 10011 | 100100 | 111010 |
Color Harmonies of #BB866D
Complementary color
Monochromatic Colors of #BB866D
Black with #BB866D
Text Example
Text Example
White with #BB866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB866D; }
p { color: rgb(187,134,109); }
H1.HeaderClassName
{
color: #BB866D;
}
.AnyTagClassName
{
color: #BB866D;
}
</style>
background-color css
<style>
a { background-color: #BB866D; }
a { background-color: rgb(187,134,109); }
div.DivClassName
{
background-color: #BB866D;
}
.BgClassName
{
background-color: #BB866D;
}
</style>
border-color css
<style>
span { border-color: #BB866D; }
span { border-color: rgb(187,134,109); }
td.TdClassName
{
border-color: #BB866D;
}
.TagClassName
{
border-color: #BB866D;
}
</style>