Shades of Brandy Rose #B7836A
Tints of Brandy Rose #B7836A
RGB
CMYK
RGB Variations
Color information
#B7836A (or 0xB7836A) is known color: Brandy Rose. HEX triplet: B7, 83 and 6A. RGB value is (183,131,106). Sum of RGB (Red+Green+Blue) = 183+131+106=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7836A is #487C95. Grayscale: #8F8F8F. Windows color (decimal): -4750486 or 6980535. OLE color: 6980535.
HSL color Cylindrical-coordinate representation of color #B7836A: hue angle of 19.48º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7836A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 106 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.28 |
| HSL | 19.48º | 0.35% | 0.57% | - |
| HSV(B) | 19.48º | 0.42% | 0.72% | - |
| XYZ | 30.25 | 27.34 | 17.32 | - |
| YUV | 143.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 106 | 0 | 0.28 | 0.42 | 0.28 | 19.48 | 0.35 | 0.57 |
| Hex | B7 | 83 | 6A | 0 | 1C | 2A | 1C | 13 | 23 | 39 |
| Octal | 267 | 203 | 152 | 0 | 34 | 52 | 34 | 23 | 43 | 71 |
| Binary | 10110111 | 10000011 | 1101010 | 0 | 11100 | 101010 | 11100 | 10011 | 100011 | 111001 |
Color Harmonies of #B7836A
Complementary color
Monochromatic Colors of #B7836A
Black with #B7836A
Text Example
Text Example
White with #B7836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7836A; }
p { color: rgb(183,131,106); }
H1.HeaderClassName
{
color: #B7836A;
}
.AnyTagClassName
{
color: #B7836A;
}
</style>
background-color css
<style>
a { background-color: #B7836A; }
a { background-color: rgb(183,131,106); }
div.DivClassName
{
background-color: #B7836A;
}
.BgClassName
{
background-color: #B7836A;
}
</style>
border-color css
<style>
span { border-color: #B7836A; }
span { border-color: rgb(183,131,106); }
td.TdClassName
{
border-color: #B7836A;
}
.TagClassName
{
border-color: #B7836A;
}
</style>