Shades of Brandy Rose #BD8A6D
Tints of Brandy Rose #BD8A6D
RGB
CMYK
RGB Variations
Color information
#BD8A6D (or 0xBD8A6D) is known color: Brandy Rose. HEX triplet: BD, 8A and 6D. RGB value is (189,138,109). Sum of RGB (Red+Green+Blue) = 189+138+109=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A6D is #427592. Grayscale: #969696. Windows color (decimal): -4355475 or 7178941. OLE color: 7178941.
HSL color Cylindrical-coordinate representation of color #BD8A6D: hue angle of 21.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8A6D is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 109 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.26 |
| HSL | 21.75º | 0.38% | 0.58% | - |
| HSV(B) | 21.75º | 0.42% | 0.74% | - |
| XYZ | 32.84 | 30.1 | 18.55 | - |
| YUV | 149.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 109 | 0 | 0.27 | 0.42 | 0.26 | 21.75 | 0.38 | 0.58 |
| Hex | BD | 8A | 6D | 0 | 1B | 2A | 1A | 16 | 26 | 3A |
| Octal | 275 | 212 | 155 | 0 | 33 | 52 | 32 | 26 | 46 | 72 |
| Binary | 10111101 | 10001010 | 1101101 | 0 | 11011 | 101010 | 11010 | 10110 | 100110 | 111010 |
Color Harmonies of #BD8A6D
Complementary color
Monochromatic Colors of #BD8A6D
Black with #BD8A6D
Text Example
Text Example
White with #BD8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A6D; }
p { color: rgb(189,138,109); }
H1.HeaderClassName
{
color: #BD8A6D;
}
.AnyTagClassName
{
color: #BD8A6D;
}
</style>
background-color css
<style>
a { background-color: #BD8A6D; }
a { background-color: rgb(189,138,109); }
div.DivClassName
{
background-color: #BD8A6D;
}
.BgClassName
{
background-color: #BD8A6D;
}
</style>
border-color css
<style>
span { border-color: #BD8A6D; }
span { border-color: rgb(189,138,109); }
td.TdClassName
{
border-color: #BD8A6D;
}
.TagClassName
{
border-color: #BD8A6D;
}
</style>