Shades of Brandy Rose #BD8575
Tints of Brandy Rose #BD8575
RGB
CMYK
RGB Variations
Color information
#BD8575 (or 0xBD8575) is known color: Brandy Rose. HEX triplet: BD, 85 and 75. RGB value is (189,133,117). Sum of RGB (Red+Green+Blue) = 189+133+117=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8575 is #427A8A. Grayscale: #949494. Windows color (decimal): -4356747 or 7701949. OLE color: 7701949.
HSL color Cylindrical-coordinate representation of color #BD8575: hue angle of 13.33º 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 #BD8575 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 117 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.26 |
| HSL | 13.33º | 0.35% | 0.6% | - |
| HSV(B) | 13.33º | 0.38% | 0.74% | - |
| XYZ | 32.58 | 28.88 | 20.69 | - |
| YUV | 147.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 117 | 0 | 0.30 | 0.38 | 0.26 | 13.33 | 0.35 | 0.6 |
| Hex | BD | 85 | 75 | 0 | 1E | 26 | 1A | D | 23 | 3C |
| Octal | 275 | 205 | 165 | 0 | 36 | 46 | 32 | 15 | 43 | 74 |
| Binary | 10111101 | 10000101 | 1110101 | 0 | 11110 | 100110 | 11010 | 1101 | 100011 | 111100 |
Color Harmonies of #BD8575
Complementary color
Monochromatic Colors of #BD8575
Black with #BD8575
Text Example
Text Example
White with #BD8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8575; }
p { color: rgb(189,133,117); }
H1.HeaderClassName
{
color: #BD8575;
}
.AnyTagClassName
{
color: #BD8575;
}
</style>
background-color css
<style>
a { background-color: #BD8575; }
a { background-color: rgb(189,133,117); }
div.DivClassName
{
background-color: #BD8575;
}
.BgClassName
{
background-color: #BD8575;
}
</style>
border-color css
<style>
span { border-color: #BD8575; }
span { border-color: rgb(189,133,117); }
td.TdClassName
{
border-color: #BD8575;
}
.TagClassName
{
border-color: #BD8575;
}
</style>