Shades of Brandy Rose #B7847E
Tints of Brandy Rose #B7847E
RGB
CMYK
RGB Variations
Color information
#B7847E (or 0xB7847E) is known color: Brandy Rose. HEX triplet: B7, 84 and 7E. RGB value is (183,132,126). Sum of RGB (Red+Green+Blue) = 183+132+126=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7847E is #487B81. Grayscale: #929292. Windows color (decimal): -4750210 or 8291511. OLE color: 8291511.
HSL color Cylindrical-coordinate representation of color #B7847E: hue angle of 6.32º 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 #B7847E is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 126 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.28 |
| HSL | 6.32º | 0.28% | 0.61% | - |
| HSV(B) | 6.32º | 0.31% | 0.72% | - |
| XYZ | 31.55 | 28.08 | 23.5 | - |
| YUV | 146.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 126 | 0 | 0.28 | 0.31 | 0.28 | 6.32 | 0.28 | 0.61 |
| Hex | B7 | 84 | 7E | 0 | 1C | 1F | 1C | 6 | 1C | 3D |
| Octal | 267 | 204 | 176 | 0 | 34 | 37 | 34 | 6 | 34 | 75 |
| Binary | 10110111 | 10000100 | 1111110 | 0 | 11100 | 11111 | 11100 | 110 | 11100 | 111101 |
Color Harmonies of #B7847E
Complementary color
Monochromatic Colors of #B7847E
Black with #B7847E
Text Example
Text Example
White with #B7847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7847E; }
p { color: rgb(183,132,126); }
H1.HeaderClassName
{
color: #B7847E;
}
.AnyTagClassName
{
color: #B7847E;
}
</style>
background-color css
<style>
a { background-color: #B7847E; }
a { background-color: rgb(183,132,126); }
div.DivClassName
{
background-color: #B7847E;
}
.BgClassName
{
background-color: #B7847E;
}
</style>
border-color css
<style>
span { border-color: #B7847E; }
span { border-color: rgb(183,132,126); }
td.TdClassName
{
border-color: #B7847E;
}
.TagClassName
{
border-color: #B7847E;
}
</style>