Shades of Brandy Rose #B7837F
Tints of Brandy Rose #B7837F
RGB
CMYK
RGB Variations
Color information
#B7837F (or 0xB7837F) is known color: Brandy Rose. HEX triplet: B7, 83 and 7F. RGB value is (183,131,127). Sum of RGB (Red+Green+Blue) = 183+131+127=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7837F is #487C80. Grayscale: #929292. Windows color (decimal): -4750465 or 8356791. OLE color: 8356791.
HSL color Cylindrical-coordinate representation of color #B7837F: hue angle of 4.29º 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 #B7837F is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 127 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.28 |
| HSL | 4.29º | 0.28% | 0.61% | - |
| HSV(B) | 4.29º | 0.31% | 0.72% | - |
| XYZ | 31.48 | 27.83 | 23.79 | - |
| YUV | 146.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 127 | 0 | 0.28 | 0.31 | 0.28 | 4.29 | 0.28 | 0.61 |
| Hex | B7 | 83 | 7F | 0 | 1C | 1F | 1C | 4 | 1C | 3D |
| Octal | 267 | 203 | 177 | 0 | 34 | 37 | 34 | 4 | 34 | 75 |
| Binary | 10110111 | 10000011 | 1111111 | 0 | 11100 | 11111 | 11100 | 100 | 11100 | 111101 |
Color Harmonies of #B7837F
Complementary color
Monochromatic Colors of #B7837F
Black with #B7837F
Text Example
Text Example
White with #B7837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7837F; }
p { color: rgb(183,131,127); }
H1.HeaderClassName
{
color: #B7837F;
}
.AnyTagClassName
{
color: #B7837F;
}
</style>
background-color css
<style>
a { background-color: #B7837F; }
a { background-color: rgb(183,131,127); }
div.DivClassName
{
background-color: #B7837F;
}
.BgClassName
{
background-color: #B7837F;
}
</style>
border-color css
<style>
span { border-color: #B7837F; }
span { border-color: rgb(183,131,127); }
td.TdClassName
{
border-color: #B7837F;
}
.TagClassName
{
border-color: #B7837F;
}
</style>