Shades of Brandy Rose #BD8479
Tints of Brandy Rose #BD8479
RGB
CMYK
RGB Variations
Color information
#BD8479 (or 0xBD8479) is known color: Brandy Rose. HEX triplet: BD, 84 and 79. RGB value is (189,132,121). Sum of RGB (Red+Green+Blue) = 189+132+121=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8479 is #427B86. Grayscale: #939393. Windows color (decimal): -4356999 or 7963837. OLE color: 7963837.
HSL color Cylindrical-coordinate representation of color #BD8479: hue angle of 9.71º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8479 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 121 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.26 |
| HSL | 9.71º | 0.34% | 0.61% | - |
| HSV(B) | 9.71º | 0.36% | 0.74% | - |
| XYZ | 32.69 | 28.7 | 21.91 | - |
| YUV | 147.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 121 | 0 | 0.30 | 0.36 | 0.26 | 9.71 | 0.34 | 0.61 |
| Hex | BD | 84 | 79 | 0 | 1E | 24 | 1A | A | 22 | 3D |
| Octal | 275 | 204 | 171 | 0 | 36 | 44 | 32 | 12 | 42 | 75 |
| Binary | 10111101 | 10000100 | 1111001 | 0 | 11110 | 100100 | 11010 | 1010 | 100010 | 111101 |
Color Harmonies of #BD8479
Complementary color
Monochromatic Colors of #BD8479
Black with #BD8479
Text Example
Text Example
White with #BD8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8479; }
p { color: rgb(189,132,121); }
H1.HeaderClassName
{
color: #BD8479;
}
.AnyTagClassName
{
color: #BD8479;
}
</style>
background-color css
<style>
a { background-color: #BD8479; }
a { background-color: rgb(189,132,121); }
div.DivClassName
{
background-color: #BD8479;
}
.BgClassName
{
background-color: #BD8479;
}
</style>
border-color css
<style>
span { border-color: #BD8479; }
span { border-color: rgb(189,132,121); }
td.TdClassName
{
border-color: #BD8479;
}
.TagClassName
{
border-color: #BD8479;
}
</style>