Shades of Brandy Rose #BD8078
Tints of Brandy Rose #BD8078
RGB
CMYK
RGB Variations
Color information
#BD8078 (or 0xBD8078) is known color: Brandy Rose. HEX triplet: BD, 80 and 78. RGB value is (189,128,120). Sum of RGB (Red+Green+Blue) = 189+128+120=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8078 is #427F87. Grayscale: #919191. Windows color (decimal): -4358024 or 7897277. OLE color: 7897277.
HSL color Cylindrical-coordinate representation of color #BD8078: hue angle of 6.96º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8078 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 120 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.26 |
| HSL | 6.96º | 0.34% | 0.61% | - |
| HSV(B) | 6.96º | 0.37% | 0.74% | - |
| XYZ | 32.1 | 27.61 | 21.41 | - |
| YUV | 145.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 120 | 0 | 0.32 | 0.37 | 0.26 | 6.96 | 0.34 | 0.61 |
| Hex | BD | 80 | 78 | 0 | 20 | 25 | 1A | 7 | 22 | 3D |
| Octal | 275 | 200 | 170 | 0 | 40 | 45 | 32 | 7 | 42 | 75 |
| Binary | 10111101 | 10000000 | 1111000 | 0 | 100000 | 100101 | 11010 | 111 | 100010 | 111101 |
Color Harmonies of #BD8078
Complementary color
Monochromatic Colors of #BD8078
Black with #BD8078
Text Example
Text Example
White with #BD8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8078; }
p { color: rgb(189,128,120); }
H1.HeaderClassName
{
color: #BD8078;
}
.AnyTagClassName
{
color: #BD8078;
}
</style>
background-color css
<style>
a { background-color: #BD8078; }
a { background-color: rgb(189,128,120); }
div.DivClassName
{
background-color: #BD8078;
}
.BgClassName
{
background-color: #BD8078;
}
</style>
border-color css
<style>
span { border-color: #BD8078; }
span { border-color: rgb(189,128,120); }
td.TdClassName
{
border-color: #BD8078;
}
.TagClassName
{
border-color: #BD8078;
}
</style>