Shades of Brandy Rose #BD8173
Tints of Brandy Rose #BD8173
RGB
CMYK
RGB Variations
Color information
#BD8173 (or 0xBD8173) is known color: Brandy Rose. HEX triplet: BD, 81 and 73. RGB value is (189,129,115). Sum of RGB (Red+Green+Blue) = 189+129+115=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8173 is #427E8C. Grayscale: #919191. Windows color (decimal): -4357773 or 7569853. OLE color: 7569853.
HSL color Cylindrical-coordinate representation of color #BD8173: hue angle of 11.35º 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 #BD8173 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 115 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.26 |
| HSL | 11.35º | 0.36% | 0.6% | - |
| HSV(B) | 11.35º | 0.39% | 0.74% | - |
| XYZ | 31.93 | 27.76 | 19.89 | - |
| YUV | 145.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 115 | 0 | 0.32 | 0.39 | 0.26 | 11.35 | 0.36 | 0.6 |
| Hex | BD | 81 | 73 | 0 | 20 | 27 | 1A | B | 24 | 3C |
| Octal | 275 | 201 | 163 | 0 | 40 | 47 | 32 | 13 | 44 | 74 |
| Binary | 10111101 | 10000001 | 1110011 | 0 | 100000 | 100111 | 11010 | 1011 | 100100 | 111100 |
Color Harmonies of #BD8173
Complementary color
Monochromatic Colors of #BD8173
Black with #BD8173
Text Example
Text Example
White with #BD8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8173; }
p { color: rgb(189,129,115); }
H1.HeaderClassName
{
color: #BD8173;
}
.AnyTagClassName
{
color: #BD8173;
}
</style>
background-color css
<style>
a { background-color: #BD8173; }
a { background-color: rgb(189,129,115); }
div.DivClassName
{
background-color: #BD8173;
}
.BgClassName
{
background-color: #BD8173;
}
</style>
border-color css
<style>
span { border-color: #BD8173; }
span { border-color: rgb(189,129,115); }
td.TdClassName
{
border-color: #BD8173;
}
.TagClassName
{
border-color: #BD8173;
}
</style>