Shades of Brandy Rose #B7877C
Tints of Brandy Rose #B7877C
RGB
CMYK
RGB Variations
Color information
#B7877C (or 0xB7877C) is known color: Brandy Rose. HEX triplet: B7, 87 and 7C. RGB value is (183,135,124). Sum of RGB (Red+Green+Blue) = 183+135+124=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7877C is #487883. Grayscale: #949494. Windows color (decimal): -4749444 or 8161207. OLE color: 8161207.
HSL color Cylindrical-coordinate representation of color #B7877C: hue angle of 11.19º 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 #B7877C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 124 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.28 |
| HSL | 11.19º | 0.29% | 0.6% | - |
| HSV(B) | 11.19º | 0.32% | 0.72% | - |
| XYZ | 31.83 | 28.85 | 22.96 | - |
| YUV | 148.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 124 | 0 | 0.26 | 0.32 | 0.28 | 11.19 | 0.29 | 0.6 |
| Hex | B7 | 87 | 7C | 0 | 1A | 20 | 1C | B | 1D | 3C |
| Octal | 267 | 207 | 174 | 0 | 32 | 40 | 34 | 13 | 35 | 74 |
| Binary | 10110111 | 10000111 | 1111100 | 0 | 11010 | 100000 | 11100 | 1011 | 11101 | 111100 |
Color Harmonies of #B7877C
Complementary color
Monochromatic Colors of #B7877C
Black with #B7877C
Text Example
Text Example
White with #B7877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7877C; }
p { color: rgb(183,135,124); }
H1.HeaderClassName
{
color: #B7877C;
}
.AnyTagClassName
{
color: #B7877C;
}
</style>
background-color css
<style>
a { background-color: #B7877C; }
a { background-color: rgb(183,135,124); }
div.DivClassName
{
background-color: #B7877C;
}
.BgClassName
{
background-color: #B7877C;
}
</style>
border-color css
<style>
span { border-color: #B7877C; }
span { border-color: rgb(183,135,124); }
td.TdClassName
{
border-color: #B7877C;
}
.TagClassName
{
border-color: #B7877C;
}
</style>