Shades of Brandy Rose #B97D79
Tints of Brandy Rose #B97D79
RGB
CMYK
RGB Variations
Color information
#B97D79 (or 0xB97D79) is known color: Brandy Rose. HEX triplet: B9, 7D and 79. RGB value is (185,125,121). Sum of RGB (Red+Green+Blue) = 185+125+121=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D79 is #468286. Grayscale: #8E8E8E. Windows color (decimal): -4620935 or 7962041. OLE color: 7962041.
HSL color Cylindrical-coordinate representation of color #B97D79: hue angle of 3.75º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97D79 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 121 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.27 |
| HSL | 3.75º | 0.31% | 0.6% | - |
| HSV(B) | 3.75º | 0.35% | 0.73% | - |
| XYZ | 30.79 | 26.36 | 21.55 | - |
| YUV | 142.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 121 | 0 | 0.32 | 0.35 | 0.27 | 3.75 | 0.31 | 0.6 |
| Hex | B9 | 7D | 79 | 0 | 20 | 23 | 1B | 4 | 1F | 3C |
| Octal | 271 | 175 | 171 | 0 | 40 | 43 | 33 | 4 | 37 | 74 |
| Binary | 10111001 | 1111101 | 1111001 | 0 | 100000 | 100011 | 11011 | 100 | 11111 | 111100 |
Color Harmonies of #B97D79
Complementary color
Monochromatic Colors of #B97D79
Black with #B97D79
Text Example
Text Example
White with #B97D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D79; }
p { color: rgb(185,125,121); }
H1.HeaderClassName
{
color: #B97D79;
}
.AnyTagClassName
{
color: #B97D79;
}
</style>
background-color css
<style>
a { background-color: #B97D79; }
a { background-color: rgb(185,125,121); }
div.DivClassName
{
background-color: #B97D79;
}
.BgClassName
{
background-color: #B97D79;
}
</style>
border-color css
<style>
span { border-color: #B97D79; }
span { border-color: rgb(185,125,121); }
td.TdClassName
{
border-color: #B97D79;
}
.TagClassName
{
border-color: #B97D79;
}
</style>