Shades of Brandy Rose #B7866D
Tints of Brandy Rose #B7866D
RGB
CMYK
RGB Variations
Color information
#B7866D (or 0xB7866D) is known color: Brandy Rose. HEX triplet: B7, 86 and 6D. RGB value is (183,134,109). Sum of RGB (Red+Green+Blue) = 183+134+109=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7866D is #487992. Grayscale: #919191. Windows color (decimal): -4749715 or 7177911. OLE color: 7177911.
HSL color Cylindrical-coordinate representation of color #B7866D: hue angle of 20.27º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7866D is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 109 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.28 |
| HSL | 20.27º | 0.34% | 0.57% | - |
| HSV(B) | 20.27º | 0.4% | 0.72% | - |
| XYZ | 30.81 | 28.22 | 18.29 | - |
| YUV | 145.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 109 | 0 | 0.27 | 0.40 | 0.28 | 20.27 | 0.34 | 0.57 |
| Hex | B7 | 86 | 6D | 0 | 1B | 28 | 1C | 14 | 22 | 39 |
| Octal | 267 | 206 | 155 | 0 | 33 | 50 | 34 | 24 | 42 | 71 |
| Binary | 10110111 | 10000110 | 1101101 | 0 | 11011 | 101000 | 11100 | 10100 | 100010 | 111001 |
Color Harmonies of #B7866D
Complementary color
Monochromatic Colors of #B7866D
Black with #B7866D
Text Example
Text Example
White with #B7866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7866D; }
p { color: rgb(183,134,109); }
H1.HeaderClassName
{
color: #B7866D;
}
.AnyTagClassName
{
color: #B7866D;
}
</style>
background-color css
<style>
a { background-color: #B7866D; }
a { background-color: rgb(183,134,109); }
div.DivClassName
{
background-color: #B7866D;
}
.BgClassName
{
background-color: #B7866D;
}
</style>
border-color css
<style>
span { border-color: #B7866D; }
span { border-color: rgb(183,134,109); }
td.TdClassName
{
border-color: #B7866D;
}
.TagClassName
{
border-color: #B7866D;
}
</style>