Shades of Brandy Rose #BD8874
Tints of Brandy Rose #BD8874
RGB
CMYK
RGB Variations
Color information
#BD8874 (or 0xBD8874) is known color: Brandy Rose. HEX triplet: BD, 88 and 74. RGB value is (189,136,116). Sum of RGB (Red+Green+Blue) = 189+136+116=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8874 is #42778B. Grayscale: #959595. Windows color (decimal): -4355980 or 7637181. OLE color: 7637181.
HSL color Cylindrical-coordinate representation of color #BD8874: hue angle of 16.44º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8874 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 116 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.26 |
| HSL | 16.44º | 0.36% | 0.6% | - |
| HSV(B) | 16.44º | 0.39% | 0.74% | - |
| XYZ | 32.94 | 29.69 | 20.52 | - |
| YUV | 149.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 116 | 0 | 0.28 | 0.39 | 0.26 | 16.44 | 0.36 | 0.6 |
| Hex | BD | 88 | 74 | 0 | 1C | 27 | 1A | 10 | 24 | 3C |
| Octal | 275 | 210 | 164 | 0 | 34 | 47 | 32 | 20 | 44 | 74 |
| Binary | 10111101 | 10001000 | 1110100 | 0 | 11100 | 100111 | 11010 | 10000 | 100100 | 111100 |
Color Harmonies of #BD8874
Complementary color
Monochromatic Colors of #BD8874
Black with #BD8874
Text Example
Text Example
White with #BD8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8874; }
p { color: rgb(189,136,116); }
H1.HeaderClassName
{
color: #BD8874;
}
.AnyTagClassName
{
color: #BD8874;
}
</style>
background-color css
<style>
a { background-color: #BD8874; }
a { background-color: rgb(189,136,116); }
div.DivClassName
{
background-color: #BD8874;
}
.BgClassName
{
background-color: #BD8874;
}
</style>
border-color css
<style>
span { border-color: #BD8874; }
span { border-color: rgb(189,136,116); }
td.TdClassName
{
border-color: #BD8874;
}
.TagClassName
{
border-color: #BD8874;
}
</style>