Shades of Brandy Rose #B7837E
Tints of Brandy Rose #B7837E
RGB
CMYK
RGB Variations
Color information
#B7837E (or 0xB7837E) is known color: Brandy Rose. HEX triplet: B7, 83 and 7E. RGB value is (183,131,126). Sum of RGB (Red+Green+Blue) = 183+131+126=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7837E is #487C81. Grayscale: #929292. Windows color (decimal): -4750466 or 8291255. OLE color: 8291255.
HSL color Cylindrical-coordinate representation of color #B7837E: hue angle of 5.26º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7837E is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 126 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.28 |
| HSL | 5.26º | 0.28% | 0.61% | - |
| HSV(B) | 5.26º | 0.31% | 0.72% | - |
| XYZ | 31.41 | 27.81 | 23.45 | - |
| YUV | 145.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 126 | 0 | 0.28 | 0.31 | 0.28 | 5.26 | 0.28 | 0.61 |
| Hex | B7 | 83 | 7E | 0 | 1C | 1F | 1C | 5 | 1C | 3D |
| Octal | 267 | 203 | 176 | 0 | 34 | 37 | 34 | 5 | 34 | 75 |
| Binary | 10110111 | 10000011 | 1111110 | 0 | 11100 | 11111 | 11100 | 101 | 11100 | 111101 |
Color Harmonies of #B7837E
Complementary color
Monochromatic Colors of #B7837E
Black with #B7837E
Text Example
Text Example
White with #B7837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7837E; }
p { color: rgb(183,131,126); }
H1.HeaderClassName
{
color: #B7837E;
}
.AnyTagClassName
{
color: #B7837E;
}
</style>
background-color css
<style>
a { background-color: #B7837E; }
a { background-color: rgb(183,131,126); }
div.DivClassName
{
background-color: #B7837E;
}
.BgClassName
{
background-color: #B7837E;
}
</style>
border-color css
<style>
span { border-color: #B7837E; }
span { border-color: rgb(183,131,126); }
td.TdClassName
{
border-color: #B7837E;
}
.TagClassName
{
border-color: #B7837E;
}
</style>