Shades of Brandy Rose #B37E77
Tints of Brandy Rose #B37E77
RGB
CMYK
RGB Variations
Color information
#B37E77 (or 0xB37E77) is known color: Brandy Rose. HEX triplet: B3, 7E and 77. RGB value is (179,126,119). Sum of RGB (Red+Green+Blue) = 179+126+119=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E77 is #4C8188. Grayscale: #8D8D8D. Windows color (decimal): -5013897 or 7831219. OLE color: 7831219.
HSL color Cylindrical-coordinate representation of color #B37E77: hue angle of 7º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37E77 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 126 | 119 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.30 |
| HSL | 7º | 0.28% | 0.58% | - |
| HSV(B) | 7º | 0.34% | 0.7% | - |
| XYZ | 29.38 | 25.84 | 20.89 | - |
| YUV | 141.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 126 | 119 | 0 | 0.30 | 0.34 | 0.30 | 7 | 0.28 | 0.58 |
| Hex | B3 | 7E | 77 | 0 | 1E | 22 | 1E | 7 | 1C | 3A |
| Octal | 263 | 176 | 167 | 0 | 36 | 42 | 36 | 7 | 34 | 72 |
| Binary | 10110011 | 1111110 | 1110111 | 0 | 11110 | 100010 | 11110 | 111 | 11100 | 111010 |
Color Harmonies of #B37E77
Complementary color
Monochromatic Colors of #B37E77
Black with #B37E77
Text Example
Text Example
White with #B37E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37E77; }
p { color: rgb(179,126,119); }
H1.HeaderClassName
{
color: #B37E77;
}
.AnyTagClassName
{
color: #B37E77;
}
</style>
background-color css
<style>
a { background-color: #B37E77; }
a { background-color: rgb(179,126,119); }
div.DivClassName
{
background-color: #B37E77;
}
.BgClassName
{
background-color: #B37E77;
}
</style>
border-color css
<style>
span { border-color: #B37E77; }
span { border-color: rgb(179,126,119); }
td.TdClassName
{
border-color: #B37E77;
}
.TagClassName
{
border-color: #B37E77;
}
</style>