Shades of Brandy Rose #B7887E
Tints of Brandy Rose #B7887E
RGB
CMYK
RGB Variations
Color information
#B7887E (or 0xB7887E) is known color: Brandy Rose. HEX triplet: B7, 88 and 7E. RGB value is (183,136,126). Sum of RGB (Red+Green+Blue) = 183+136+126=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7887E is #487781. Grayscale: #959595. Windows color (decimal): -4749186 or 8292535. OLE color: 8292535.
HSL color Cylindrical-coordinate representation of color #B7887E: hue angle of 10.53º 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 #B7887E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 126 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.28 |
| HSL | 10.53º | 0.28% | 0.61% | - |
| HSV(B) | 10.53º | 0.31% | 0.72% | - |
| XYZ | 32.1 | 29.18 | 23.68 | - |
| YUV | 148.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 126 | 0 | 0.26 | 0.31 | 0.28 | 10.53 | 0.28 | 0.61 |
| Hex | B7 | 88 | 7E | 0 | 1A | 1F | 1C | B | 1C | 3D |
| Octal | 267 | 210 | 176 | 0 | 32 | 37 | 34 | 13 | 34 | 75 |
| Binary | 10110111 | 10001000 | 1111110 | 0 | 11010 | 11111 | 11100 | 1011 | 11100 | 111101 |
Color Harmonies of #B7887E
Complementary color
Monochromatic Colors of #B7887E
Black with #B7887E
Text Example
Text Example
White with #B7887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7887E; }
p { color: rgb(183,136,126); }
H1.HeaderClassName
{
color: #B7887E;
}
.AnyTagClassName
{
color: #B7887E;
}
</style>
background-color css
<style>
a { background-color: #B7887E; }
a { background-color: rgb(183,136,126); }
div.DivClassName
{
background-color: #B7887E;
}
.BgClassName
{
background-color: #B7887E;
}
</style>
border-color css
<style>
span { border-color: #B7887E; }
span { border-color: rgb(183,136,126); }
td.TdClassName
{
border-color: #B7887E;
}
.TagClassName
{
border-color: #B7887E;
}
</style>