Shades of Brandy Rose #B97D6D
Tints of Brandy Rose #B97D6D
RGB
CMYK
RGB Variations
Color information
#B97D6D (or 0xB97D6D) is known color: Brandy Rose. HEX triplet: B9, 7D and 6D. RGB value is (185,125,109). Sum of RGB (Red+Green+Blue) = 185+125+109=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D6D is #468292. Grayscale: #8D8D8D. Windows color (decimal): -4620947 or 7175609. OLE color: 7175609.
HSL color Cylindrical-coordinate representation of color #B97D6D: hue angle of 12.63º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B97D6D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 109 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.27 |
| HSL | 12.63º | 0.35% | 0.58% | - |
| HSV(B) | 12.63º | 0.41% | 0.73% | - |
| XYZ | 30.1 | 26.09 | 17.92 | - |
| YUV | 141.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 109 | 0 | 0.32 | 0.41 | 0.27 | 12.63 | 0.35 | 0.58 |
| Hex | B9 | 7D | 6D | 0 | 20 | 29 | 1B | D | 23 | 3A |
| Octal | 271 | 175 | 155 | 0 | 40 | 51 | 33 | 15 | 43 | 72 |
| Binary | 10111001 | 1111101 | 1101101 | 0 | 100000 | 101001 | 11011 | 1101 | 100011 | 111010 |
Color Harmonies of #B97D6D
Complementary color
Monochromatic Colors of #B97D6D
Black with #B97D6D
Text Example
Text Example
White with #B97D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D6D; }
p { color: rgb(185,125,109); }
H1.HeaderClassName
{
color: #B97D6D;
}
.AnyTagClassName
{
color: #B97D6D;
}
</style>
background-color css
<style>
a { background-color: #B97D6D; }
a { background-color: rgb(185,125,109); }
div.DivClassName
{
background-color: #B97D6D;
}
.BgClassName
{
background-color: #B97D6D;
}
</style>
border-color css
<style>
span { border-color: #B97D6D; }
span { border-color: rgb(185,125,109); }
td.TdClassName
{
border-color: #B97D6D;
}
.TagClassName
{
border-color: #B97D6D;
}
</style>