Shades of Brandy Rose #B37C79
Tints of Brandy Rose #B37C79
RGB
CMYK
RGB Variations
Color information
#B37C79 (or 0xB37C79) is known color: Brandy Rose. HEX triplet: B3, 7C and 79. RGB value is (179,124,121). Sum of RGB (Red+Green+Blue) = 179+124+121=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C79 is #4C8386. Grayscale: #8C8C8C. Windows color (decimal): -5014407 or 7961779. OLE color: 7961779.
HSL color Cylindrical-coordinate representation of color #B37C79: hue angle of 3.1º 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 #B37C79 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 121 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.30 |
| HSL | 3.1º | 0.28% | 0.59% | - |
| HSV(B) | 3.1º | 0.32% | 0.7% | - |
| XYZ | 29.25 | 25.38 | 21.45 | - |
| YUV | 140.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 121 | 0 | 0.31 | 0.32 | 0.30 | 3.1 | 0.28 | 0.59 |
| Hex | B3 | 7C | 79 | 0 | 1F | 20 | 1E | 3 | 1C | 3B |
| Octal | 263 | 174 | 171 | 0 | 37 | 40 | 36 | 3 | 34 | 73 |
| Binary | 10110011 | 1111100 | 1111001 | 0 | 11111 | 100000 | 11110 | 11 | 11100 | 111011 |
Color Harmonies of #B37C79
Complementary color
Monochromatic Colors of #B37C79
Black with #B37C79
Text Example
Text Example
White with #B37C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C79; }
p { color: rgb(179,124,121); }
H1.HeaderClassName
{
color: #B37C79;
}
.AnyTagClassName
{
color: #B37C79;
}
</style>
background-color css
<style>
a { background-color: #B37C79; }
a { background-color: rgb(179,124,121); }
div.DivClassName
{
background-color: #B37C79;
}
.BgClassName
{
background-color: #B37C79;
}
</style>
border-color css
<style>
span { border-color: #B37C79; }
span { border-color: rgb(179,124,121); }
td.TdClassName
{
border-color: #B37C79;
}
.TagClassName
{
border-color: #B37C79;
}
</style>