Shades of Brandy Rose #BD8279
Tints of Brandy Rose #BD8279
RGB
CMYK
RGB Variations
Color information
#BD8279 (or 0xBD8279) is known color: Brandy Rose. HEX triplet: BD, 82 and 79. RGB value is (189,130,121). Sum of RGB (Red+Green+Blue) = 189+130+121=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8279 is #427D86. Grayscale: #929292. Windows color (decimal): -4357511 or 7963325. OLE color: 7963325.
HSL color Cylindrical-coordinate representation of color #BD8279: hue angle of 7.94º 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 #BD8279 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 121 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.26 |
| HSL | 7.94º | 0.34% | 0.61% | - |
| HSV(B) | 7.94º | 0.36% | 0.74% | - |
| XYZ | 32.42 | 28.16 | 21.82 | - |
| YUV | 146.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 121 | 0 | 0.31 | 0.36 | 0.26 | 7.94 | 0.34 | 0.61 |
| Hex | BD | 82 | 79 | 0 | 1F | 24 | 1A | 8 | 22 | 3D |
| Octal | 275 | 202 | 171 | 0 | 37 | 44 | 32 | 10 | 42 | 75 |
| Binary | 10111101 | 10000010 | 1111001 | 0 | 11111 | 100100 | 11010 | 1000 | 100010 | 111101 |
Color Harmonies of #BD8279
Complementary color
Monochromatic Colors of #BD8279
Black with #BD8279
Text Example
Text Example
White with #BD8279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8279; }
p { color: rgb(189,130,121); }
H1.HeaderClassName
{
color: #BD8279;
}
.AnyTagClassName
{
color: #BD8279;
}
</style>
background-color css
<style>
a { background-color: #BD8279; }
a { background-color: rgb(189,130,121); }
div.DivClassName
{
background-color: #BD8279;
}
.BgClassName
{
background-color: #BD8279;
}
</style>
border-color css
<style>
span { border-color: #BD8279; }
span { border-color: rgb(189,130,121); }
td.TdClassName
{
border-color: #BD8279;
}
.TagClassName
{
border-color: #BD8279;
}
</style>