Shades of Brandy Rose #B7876E
Tints of Brandy Rose #B7876E
RGB
CMYK
RGB Variations
Color information
#B7876E (or 0xB7876E) is known color: Brandy Rose. HEX triplet: B7, 87 and 6E. RGB value is (183,135,110). Sum of RGB (Red+Green+Blue) = 183+135+110=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7876E is #487891. Grayscale: #929292. Windows color (decimal): -4749458 or 7243703. OLE color: 7243703.
HSL color Cylindrical-coordinate representation of color #B7876E: hue angle of 20.55º 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 #B7876E is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 110 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.28 |
| HSL | 20.55º | 0.34% | 0.57% | - |
| HSV(B) | 20.55º | 0.4% | 0.72% | - |
| XYZ | 31.01 | 28.52 | 18.62 | - |
| YUV | 146.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 110 | 0 | 0.26 | 0.40 | 0.28 | 20.55 | 0.34 | 0.57 |
| Hex | B7 | 87 | 6E | 0 | 1A | 28 | 1C | 15 | 22 | 39 |
| Octal | 267 | 207 | 156 | 0 | 32 | 50 | 34 | 25 | 42 | 71 |
| Binary | 10110111 | 10000111 | 1101110 | 0 | 11010 | 101000 | 11100 | 10101 | 100010 | 111001 |
Color Harmonies of #B7876E
Complementary color
Monochromatic Colors of #B7876E
Black with #B7876E
Text Example
Text Example
White with #B7876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7876E; }
p { color: rgb(183,135,110); }
H1.HeaderClassName
{
color: #B7876E;
}
.AnyTagClassName
{
color: #B7876E;
}
</style>
background-color css
<style>
a { background-color: #B7876E; }
a { background-color: rgb(183,135,110); }
div.DivClassName
{
background-color: #B7876E;
}
.BgClassName
{
background-color: #B7876E;
}
</style>
border-color css
<style>
span { border-color: #B7876E; }
span { border-color: rgb(183,135,110); }
td.TdClassName
{
border-color: #B7876E;
}
.TagClassName
{
border-color: #B7876E;
}
</style>