Shades of Brandy Rose #BD8076
Tints of Brandy Rose #BD8076
RGB
CMYK
RGB Variations
Color information
#BD8076 (or 0xBD8076) is known color: Brandy Rose. HEX triplet: BD, 80 and 76. RGB value is (189,128,118). Sum of RGB (Red+Green+Blue) = 189+128+118=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8076 is #427F89. Grayscale: #919191. Windows color (decimal): -4358026 or 7766205. OLE color: 7766205.
HSL color Cylindrical-coordinate representation of color #BD8076: hue angle of 8.45º 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 #BD8076 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 118 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.26 |
| HSL | 8.45º | 0.35% | 0.6% | - |
| HSV(B) | 8.45º | 0.38% | 0.74% | - |
| XYZ | 31.98 | 27.57 | 20.77 | - |
| YUV | 145.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 118 | 0 | 0.32 | 0.38 | 0.26 | 8.45 | 0.35 | 0.6 |
| Hex | BD | 80 | 76 | 0 | 20 | 26 | 1A | 8 | 23 | 3C |
| Octal | 275 | 200 | 166 | 0 | 40 | 46 | 32 | 10 | 43 | 74 |
| Binary | 10111101 | 10000000 | 1110110 | 0 | 100000 | 100110 | 11010 | 1000 | 100011 | 111100 |
Color Harmonies of #BD8076
Complementary color
Monochromatic Colors of #BD8076
Black with #BD8076
Text Example
Text Example
White with #BD8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8076; }
p { color: rgb(189,128,118); }
H1.HeaderClassName
{
color: #BD8076;
}
.AnyTagClassName
{
color: #BD8076;
}
</style>
background-color css
<style>
a { background-color: #BD8076; }
a { background-color: rgb(189,128,118); }
div.DivClassName
{
background-color: #BD8076;
}
.BgClassName
{
background-color: #BD8076;
}
</style>
border-color css
<style>
span { border-color: #BD8076; }
span { border-color: rgb(189,128,118); }
td.TdClassName
{
border-color: #BD8076;
}
.TagClassName
{
border-color: #BD8076;
}
</style>