Shades of Brandy Rose #BD8776
Tints of Brandy Rose #BD8776
RGB
CMYK
RGB Variations
Color information
#BD8776 (or 0xBD8776) is known color: Brandy Rose. HEX triplet: BD, 87 and 76. RGB value is (189,135,118). Sum of RGB (Red+Green+Blue) = 189+135+118=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8776 is #427889. Grayscale: #959595. Windows color (decimal): -4356234 or 7767997. OLE color: 7767997.
HSL color Cylindrical-coordinate representation of color #BD8776: hue angle of 14.37º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8776 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 118 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.26 |
| HSL | 14.37º | 0.35% | 0.6% | - |
| HSV(B) | 14.37º | 0.38% | 0.74% | - |
| XYZ | 32.92 | 29.45 | 21.09 | - |
| YUV | 149.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 118 | 0 | 0.29 | 0.38 | 0.26 | 14.37 | 0.35 | 0.6 |
| Hex | BD | 87 | 76 | 0 | 1D | 26 | 1A | E | 23 | 3C |
| Octal | 275 | 207 | 166 | 0 | 35 | 46 | 32 | 16 | 43 | 74 |
| Binary | 10111101 | 10000111 | 1110110 | 0 | 11101 | 100110 | 11010 | 1110 | 100011 | 111100 |
Color Harmonies of #BD8776
Complementary color
Monochromatic Colors of #BD8776
Black with #BD8776
Text Example
Text Example
White with #BD8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8776; }
p { color: rgb(189,135,118); }
H1.HeaderClassName
{
color: #BD8776;
}
.AnyTagClassName
{
color: #BD8776;
}
</style>
background-color css
<style>
a { background-color: #BD8776; }
a { background-color: rgb(189,135,118); }
div.DivClassName
{
background-color: #BD8776;
}
.BgClassName
{
background-color: #BD8776;
}
</style>
border-color css
<style>
span { border-color: #BD8776; }
span { border-color: rgb(189,135,118); }
td.TdClassName
{
border-color: #BD8776;
}
.TagClassName
{
border-color: #BD8776;
}
</style>