Shades of Brandy Rose #B97C6B
Tints of Brandy Rose #B97C6B
RGB
CMYK
RGB Variations
Color information
#B97C6B (or 0xB97C6B) is known color: Brandy Rose. HEX triplet: B9, 7C and 6B. RGB value is (185,124,107). Sum of RGB (Red+Green+Blue) = 185+124+107=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C6B is #468394. Grayscale: #8C8C8C. Windows color (decimal): -4621205 or 7044281. OLE color: 7044281.
HSL color Cylindrical-coordinate representation of color #B97C6B: hue angle of 13.08º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B97C6B is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 107 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.27 |
| HSL | 13.08º | 0.36% | 0.57% | - |
| HSV(B) | 13.08º | 0.42% | 0.73% | - |
| XYZ | 29.87 | 25.79 | 17.31 | - |
| YUV | 140.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 107 | 0 | 0.33 | 0.42 | 0.27 | 13.08 | 0.36 | 0.57 |
| Hex | B9 | 7C | 6B | 0 | 21 | 2A | 1B | D | 24 | 39 |
| Octal | 271 | 174 | 153 | 0 | 41 | 52 | 33 | 15 | 44 | 71 |
| Binary | 10111001 | 1111100 | 1101011 | 0 | 100001 | 101010 | 11011 | 1101 | 100100 | 111001 |
Color Harmonies of #B97C6B
Complementary color
Monochromatic Colors of #B97C6B
Black with #B97C6B
Text Example
Text Example
White with #B97C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C6B; }
p { color: rgb(185,124,107); }
H1.HeaderClassName
{
color: #B97C6B;
}
.AnyTagClassName
{
color: #B97C6B;
}
</style>
background-color css
<style>
a { background-color: #B97C6B; }
a { background-color: rgb(185,124,107); }
div.DivClassName
{
background-color: #B97C6B;
}
.BgClassName
{
background-color: #B97C6B;
}
</style>
border-color css
<style>
span { border-color: #B97C6B; }
span { border-color: rgb(185,124,107); }
td.TdClassName
{
border-color: #B97C6B;
}
.TagClassName
{
border-color: #B97C6B;
}
</style>