Shades of Brandy Rose #B37E79
Tints of Brandy Rose #B37E79
RGB
CMYK
RGB Variations
Color information
#B37E79 (or 0xB37E79) is known color: Brandy Rose. HEX triplet: B3, 7E and 79. RGB value is (179,126,121). Sum of RGB (Red+Green+Blue) = 179+126+121=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E79 is #4C8186. Grayscale: #8D8D8D. Windows color (decimal): -5013895 or 7962291. OLE color: 7962291.
HSL color Cylindrical-coordinate representation of color #B37E79: hue angle of 5.17º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37E79 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 126 | 121 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.30 |
| HSL | 5.17º | 0.28% | 0.59% | - |
| HSV(B) | 5.17º | 0.32% | 0.7% | - |
| XYZ | 29.5 | 25.89 | 21.53 | - |
| YUV | 141.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 121 | 0 | 0.30 | 0.32 | 0.30 | 5.17 | 0.28 | 0.59 |
| Hex | B3 | 7E | 79 | 0 | 1E | 20 | 1E | 5 | 1C | 3B |
| Octal | 263 | 176 | 171 | 0 | 36 | 40 | 36 | 5 | 34 | 73 |
| Binary | 10110011 | 1111110 | 1111001 | 0 | 11110 | 100000 | 11110 | 101 | 11100 | 111011 |
Color Harmonies of #B37E79
Complementary color
Monochromatic Colors of #B37E79
Black with #B37E79
Text Example
Text Example
White with #B37E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37E79; }
p { color: rgb(179,126,121); }
H1.HeaderClassName
{
color: #B37E79;
}
.AnyTagClassName
{
color: #B37E79;
}
</style>
background-color css
<style>
a { background-color: #B37E79; }
a { background-color: rgb(179,126,121); }
div.DivClassName
{
background-color: #B37E79;
}
.BgClassName
{
background-color: #B37E79;
}
</style>
border-color css
<style>
span { border-color: #B37E79; }
span { border-color: rgb(179,126,121); }
td.TdClassName
{
border-color: #B37E79;
}
.TagClassName
{
border-color: #B37E79;
}
</style>