Shades of Brandy Rose #BD8779
Tints of Brandy Rose #BD8779
RGB
CMYK
RGB Variations
Color information
#BD8779 (or 0xBD8779) is known color: Brandy Rose. HEX triplet: BD, 87 and 79. RGB value is (189,135,121). Sum of RGB (Red+Green+Blue) = 189+135+121=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8779 is #427886. Grayscale: #959595. Windows color (decimal): -4356231 or 7964605. OLE color: 7964605.
HSL color Cylindrical-coordinate representation of color #BD8779: hue angle of 12.35º 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 #BD8779 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 121 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.26 |
| HSL | 12.35º | 0.34% | 0.61% | - |
| HSV(B) | 12.35º | 0.36% | 0.74% | - |
| XYZ | 33.1 | 29.53 | 22.04 | - |
| YUV | 149.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 121 | 0 | 0.29 | 0.36 | 0.26 | 12.35 | 0.34 | 0.61 |
| Hex | BD | 87 | 79 | 0 | 1D | 24 | 1A | C | 22 | 3D |
| Octal | 275 | 207 | 171 | 0 | 35 | 44 | 32 | 14 | 42 | 75 |
| Binary | 10111101 | 10000111 | 1111001 | 0 | 11101 | 100100 | 11010 | 1100 | 100010 | 111101 |
Color Harmonies of #BD8779
Complementary color
Monochromatic Colors of #BD8779
Black with #BD8779
Text Example
Text Example
White with #BD8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8779; }
p { color: rgb(189,135,121); }
H1.HeaderClassName
{
color: #BD8779;
}
.AnyTagClassName
{
color: #BD8779;
}
</style>
background-color css
<style>
a { background-color: #BD8779; }
a { background-color: rgb(189,135,121); }
div.DivClassName
{
background-color: #BD8779;
}
.BgClassName
{
background-color: #BD8779;
}
</style>
border-color css
<style>
span { border-color: #BD8779; }
span { border-color: rgb(189,135,121); }
td.TdClassName
{
border-color: #BD8779;
}
.TagClassName
{
border-color: #BD8779;
}
</style>