Shades of Brandy Rose #B97C6D
Tints of Brandy Rose #B97C6D
RGB
CMYK
RGB Variations
Color information
#B97C6D (or 0xB97C6D) is known color: Brandy Rose. HEX triplet: B9, 7C and 6D. RGB value is (185,124,109). Sum of RGB (Red+Green+Blue) = 185+124+109=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C6D is #468392. Grayscale: #8C8C8C. Windows color (decimal): -4621203 or 7175353. OLE color: 7175353.
HSL color Cylindrical-coordinate representation of color #B97C6D: hue angle of 11.84º 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 #B97C6D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 109 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.27 |
| HSL | 11.84º | 0.35% | 0.58% | - |
| HSV(B) | 11.84º | 0.41% | 0.73% | - |
| XYZ | 29.98 | 25.83 | 17.87 | - |
| YUV | 140.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 109 | 0 | 0.33 | 0.41 | 0.27 | 11.84 | 0.35 | 0.58 |
| Hex | B9 | 7C | 6D | 0 | 21 | 29 | 1B | C | 23 | 3A |
| Octal | 271 | 174 | 155 | 0 | 41 | 51 | 33 | 14 | 43 | 72 |
| Binary | 10111001 | 1111100 | 1101101 | 0 | 100001 | 101001 | 11011 | 1100 | 100011 | 111010 |
Color Harmonies of #B97C6D
Complementary color
Monochromatic Colors of #B97C6D
Black with #B97C6D
Text Example
Text Example
White with #B97C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C6D; }
p { color: rgb(185,124,109); }
H1.HeaderClassName
{
color: #B97C6D;
}
.AnyTagClassName
{
color: #B97C6D;
}
</style>
background-color css
<style>
a { background-color: #B97C6D; }
a { background-color: rgb(185,124,109); }
div.DivClassName
{
background-color: #B97C6D;
}
.BgClassName
{
background-color: #B97C6D;
}
</style>
border-color css
<style>
span { border-color: #B97C6D; }
span { border-color: rgb(185,124,109); }
td.TdClassName
{
border-color: #B97C6D;
}
.TagClassName
{
border-color: #B97C6D;
}
</style>