Shades of Brandy Rose #B7886D
Tints of Brandy Rose #B7886D
RGB
CMYK
RGB Variations
Color information
#B7886D (or 0xB7886D) is known color: Brandy Rose. HEX triplet: B7, 88 and 6D. RGB value is (183,136,109). Sum of RGB (Red+Green+Blue) = 183+136+109=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7886D is #487792. Grayscale: #939393. Windows color (decimal): -4749203 or 7178423. OLE color: 7178423.
HSL color Cylindrical-coordinate representation of color #B7886D: hue angle of 21.89º 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 #B7886D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 109 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.28 |
| HSL | 21.89º | 0.34% | 0.57% | - |
| HSV(B) | 21.89º | 0.4% | 0.72% | - |
| XYZ | 31.09 | 28.78 | 18.38 | - |
| YUV | 146.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 109 | 0 | 0.26 | 0.40 | 0.28 | 21.89 | 0.34 | 0.57 |
| Hex | B7 | 88 | 6D | 0 | 1A | 28 | 1C | 16 | 22 | 39 |
| Octal | 267 | 210 | 155 | 0 | 32 | 50 | 34 | 26 | 42 | 71 |
| Binary | 10110111 | 10001000 | 1101101 | 0 | 11010 | 101000 | 11100 | 10110 | 100010 | 111001 |
Color Harmonies of #B7886D
Complementary color
Monochromatic Colors of #B7886D
Black with #B7886D
Text Example
Text Example
White with #B7886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7886D; }
p { color: rgb(183,136,109); }
H1.HeaderClassName
{
color: #B7886D;
}
.AnyTagClassName
{
color: #B7886D;
}
</style>
background-color css
<style>
a { background-color: #B7886D; }
a { background-color: rgb(183,136,109); }
div.DivClassName
{
background-color: #B7886D;
}
.BgClassName
{
background-color: #B7886D;
}
</style>
border-color css
<style>
span { border-color: #B7886D; }
span { border-color: rgb(183,136,109); }
td.TdClassName
{
border-color: #B7886D;
}
.TagClassName
{
border-color: #B7886D;
}
</style>