Shades of Brandy Rose #BD8578
Tints of Brandy Rose #BD8578
RGB
CMYK
RGB Variations
Color information
#BD8578 (or 0xBD8578) is known color: Brandy Rose. HEX triplet: BD, 85 and 78. RGB value is (189,133,120). Sum of RGB (Red+Green+Blue) = 189+133+120=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8578 is #427A87. Grayscale: #949494. Windows color (decimal): -4356744 or 7898557. OLE color: 7898557.
HSL color Cylindrical-coordinate representation of color #BD8578: hue angle of 11.3º 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 #BD8578 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 120 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.26 |
| HSL | 11.3º | 0.34% | 0.61% | - |
| HSV(B) | 11.3º | 0.37% | 0.74% | - |
| XYZ | 32.76 | 28.95 | 21.63 | - |
| YUV | 148.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 120 | 0 | 0.30 | 0.37 | 0.26 | 11.3 | 0.34 | 0.61 |
| Hex | BD | 85 | 78 | 0 | 1E | 25 | 1A | B | 22 | 3D |
| Octal | 275 | 205 | 170 | 0 | 36 | 45 | 32 | 13 | 42 | 75 |
| Binary | 10111101 | 10000101 | 1111000 | 0 | 11110 | 100101 | 11010 | 1011 | 100010 | 111101 |
Color Harmonies of #BD8578
Complementary color
Monochromatic Colors of #BD8578
Black with #BD8578
Text Example
Text Example
White with #BD8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8578; }
p { color: rgb(189,133,120); }
H1.HeaderClassName
{
color: #BD8578;
}
.AnyTagClassName
{
color: #BD8578;
}
</style>
background-color css
<style>
a { background-color: #BD8578; }
a { background-color: rgb(189,133,120); }
div.DivClassName
{
background-color: #BD8578;
}
.BgClassName
{
background-color: #BD8578;
}
</style>
border-color css
<style>
span { border-color: #BD8578; }
span { border-color: rgb(189,133,120); }
td.TdClassName
{
border-color: #BD8578;
}
.TagClassName
{
border-color: #BD8578;
}
</style>