Shades of Brandy Rose #BD8075
Tints of Brandy Rose #BD8075
RGB
CMYK
RGB Variations
Color information
#BD8075 (or 0xBD8075) is known color: Brandy Rose. HEX triplet: BD, 80 and 75. RGB value is (189,128,117). Sum of RGB (Red+Green+Blue) = 189+128+117=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8075 is #427F8A. Grayscale: #919191. Windows color (decimal): -4358027 or 7700669. OLE color: 7700669.
HSL color Cylindrical-coordinate representation of color #BD8075: hue angle of 9.17º 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 #BD8075 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 117 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.26 |
| HSL | 9.17º | 0.35% | 0.6% | - |
| HSV(B) | 9.17º | 0.38% | 0.74% | - |
| XYZ | 31.92 | 27.54 | 20.46 | - |
| YUV | 144.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 117 | 0 | 0.32 | 0.38 | 0.26 | 9.17 | 0.35 | 0.6 |
| Hex | BD | 80 | 75 | 0 | 20 | 26 | 1A | 9 | 23 | 3C |
| Octal | 275 | 200 | 165 | 0 | 40 | 46 | 32 | 11 | 43 | 74 |
| Binary | 10111101 | 10000000 | 1110101 | 0 | 100000 | 100110 | 11010 | 1001 | 100011 | 111100 |
Color Harmonies of #BD8075
Complementary color
Monochromatic Colors of #BD8075
Black with #BD8075
Text Example
Text Example
White with #BD8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8075; }
p { color: rgb(189,128,117); }
H1.HeaderClassName
{
color: #BD8075;
}
.AnyTagClassName
{
color: #BD8075;
}
</style>
background-color css
<style>
a { background-color: #BD8075; }
a { background-color: rgb(189,128,117); }
div.DivClassName
{
background-color: #BD8075;
}
.BgClassName
{
background-color: #BD8075;
}
</style>
border-color css
<style>
span { border-color: #BD8075; }
span { border-color: rgb(189,128,117); }
td.TdClassName
{
border-color: #BD8075;
}
.TagClassName
{
border-color: #BD8075;
}
</style>