Shades of Brandy Rose #B7876D
Tints of Brandy Rose #B7876D
RGB
CMYK
RGB Variations
Color information
#B7876D (or 0xB7876D) is known color: Brandy Rose. HEX triplet: B7, 87 and 6D. RGB value is (183,135,109). Sum of RGB (Red+Green+Blue) = 183+135+109=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7876D is #487892. Grayscale: #929292. Windows color (decimal): -4749459 or 7178167. OLE color: 7178167.
HSL color Cylindrical-coordinate representation of color #B7876D: hue angle of 21.08º 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 #B7876D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 109 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.28 |
| HSL | 21.08º | 0.34% | 0.57% | - |
| HSV(B) | 21.08º | 0.4% | 0.72% | - |
| XYZ | 30.95 | 28.5 | 18.34 | - |
| YUV | 146.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 109 | 0 | 0.26 | 0.40 | 0.28 | 21.08 | 0.34 | 0.57 |
| Hex | B7 | 87 | 6D | 0 | 1A | 28 | 1C | 15 | 22 | 39 |
| Octal | 267 | 207 | 155 | 0 | 32 | 50 | 34 | 25 | 42 | 71 |
| Binary | 10110111 | 10000111 | 1101101 | 0 | 11010 | 101000 | 11100 | 10101 | 100010 | 111001 |
Color Harmonies of #B7876D
Complementary color
Monochromatic Colors of #B7876D
Black with #B7876D
Text Example
Text Example
White with #B7876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7876D; }
p { color: rgb(183,135,109); }
H1.HeaderClassName
{
color: #B7876D;
}
.AnyTagClassName
{
color: #B7876D;
}
</style>
background-color css
<style>
a { background-color: #B7876D; }
a { background-color: rgb(183,135,109); }
div.DivClassName
{
background-color: #B7876D;
}
.BgClassName
{
background-color: #B7876D;
}
</style>
border-color css
<style>
span { border-color: #B7876D; }
span { border-color: rgb(183,135,109); }
td.TdClassName
{
border-color: #B7876D;
}
.TagClassName
{
border-color: #B7876D;
}
</style>