Shades of Brandy Rose #BD8375
Tints of Brandy Rose #BD8375
RGB
CMYK
RGB Variations
Color information
#BD8375 (or 0xBD8375) is known color: Brandy Rose. HEX triplet: BD, 83 and 75. RGB value is (189,131,117). Sum of RGB (Red+Green+Blue) = 189+131+117=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8375 is #427C8A. Grayscale: #929292. Windows color (decimal): -4357259 or 7701437. OLE color: 7701437.
HSL color Cylindrical-coordinate representation of color #BD8375: hue angle of 11.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8375 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 117 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.26 |
| HSL | 11.67º | 0.35% | 0.6% | - |
| HSV(B) | 11.67º | 0.38% | 0.74% | - |
| XYZ | 32.31 | 28.34 | 20.6 | - |
| YUV | 146.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 117 | 0 | 0.31 | 0.38 | 0.26 | 11.67 | 0.35 | 0.6 |
| Hex | BD | 83 | 75 | 0 | 1F | 26 | 1A | C | 23 | 3C |
| Octal | 275 | 203 | 165 | 0 | 37 | 46 | 32 | 14 | 43 | 74 |
| Binary | 10111101 | 10000011 | 1110101 | 0 | 11111 | 100110 | 11010 | 1100 | 100011 | 111100 |
Color Harmonies of #BD8375
Complementary color
Monochromatic Colors of #BD8375
Black with #BD8375
Text Example
Text Example
White with #BD8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8375; }
p { color: rgb(189,131,117); }
H1.HeaderClassName
{
color: #BD8375;
}
.AnyTagClassName
{
color: #BD8375;
}
</style>
background-color css
<style>
a { background-color: #BD8375; }
a { background-color: rgb(189,131,117); }
div.DivClassName
{
background-color: #BD8375;
}
.BgClassName
{
background-color: #BD8375;
}
</style>
border-color css
<style>
span { border-color: #BD8375; }
span { border-color: rgb(189,131,117); }
td.TdClassName
{
border-color: #BD8375;
}
.TagClassName
{
border-color: #BD8375;
}
</style>