Shades of Brandy Rose #B7877D
Tints of Brandy Rose #B7877D
RGB
CMYK
RGB Variations
Color information
#B7877D (or 0xB7877D) is known color: Brandy Rose. HEX triplet: B7, 87 and 7D. RGB value is (183,135,125). Sum of RGB (Red+Green+Blue) = 183+135+125=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7877D is #487882. Grayscale: #949494. Windows color (decimal): -4749443 or 8226743. OLE color: 8226743.
HSL color Cylindrical-coordinate representation of color #B7877D: hue angle of 10.34º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7877D is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 125 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.28 |
| HSL | 10.34º | 0.29% | 0.6% | - |
| HSV(B) | 10.34º | 0.32% | 0.72% | - |
| XYZ | 31.89 | 28.88 | 23.29 | - |
| YUV | 148.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 125 | 0 | 0.26 | 0.32 | 0.28 | 10.34 | 0.29 | 0.6 |
| Hex | B7 | 87 | 7D | 0 | 1A | 20 | 1C | A | 1D | 3C |
| Octal | 267 | 207 | 175 | 0 | 32 | 40 | 34 | 12 | 35 | 74 |
| Binary | 10110111 | 10000111 | 1111101 | 0 | 11010 | 100000 | 11100 | 1010 | 11101 | 111100 |
Color Harmonies of #B7877D
Complementary color
Monochromatic Colors of #B7877D
Black with #B7877D
Text Example
Text Example
White with #B7877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7877D; }
p { color: rgb(183,135,125); }
H1.HeaderClassName
{
color: #B7877D;
}
.AnyTagClassName
{
color: #B7877D;
}
</style>
background-color css
<style>
a { background-color: #B7877D; }
a { background-color: rgb(183,135,125); }
div.DivClassName
{
background-color: #B7877D;
}
.BgClassName
{
background-color: #B7877D;
}
</style>
border-color css
<style>
span { border-color: #B7877D; }
span { border-color: rgb(183,135,125); }
td.TdClassName
{
border-color: #B7877D;
}
.TagClassName
{
border-color: #B7877D;
}
</style>