Shades of Brandy Rose #B37F7E
Tints of Brandy Rose #B37F7E
RGB
CMYK
RGB Variations
Color information
#B37F7E (or 0xB37F7E) is known color: Brandy Rose. HEX triplet: B3, 7F and 7E. RGB value is (179,127,126). Sum of RGB (Red+Green+Blue) = 179+127+126=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F7E is #4C8081. Grayscale: #8E8E8E. Windows color (decimal): -5013634 or 8290227. OLE color: 8290227.
HSL color Cylindrical-coordinate representation of color #B37F7E: hue angle of 1.13º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37F7E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 126 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.30 |
| HSL | 1.13º | 0.26% | 0.6% | - |
| HSV(B) | 1.13º | 0.3% | 0.7% | - |
| XYZ | 29.95 | 26.27 | 23.23 | - |
| YUV | 142.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 126 | 0 | 0.29 | 0.30 | 0.30 | 1.13 | 0.26 | 0.6 |
| Hex | B3 | 7F | 7E | 0 | 1D | 1E | 1E | 1 | 1A | 3C |
| Octal | 263 | 177 | 176 | 0 | 35 | 36 | 36 | 1 | 32 | 74 |
| Binary | 10110011 | 1111111 | 1111110 | 0 | 11101 | 11110 | 11110 | 1 | 11010 | 111100 |
Color Harmonies of #B37F7E
Complementary color
Monochromatic Colors of #B37F7E
Black with #B37F7E
Text Example
Text Example
White with #B37F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F7E; }
p { color: rgb(179,127,126); }
H1.HeaderClassName
{
color: #B37F7E;
}
.AnyTagClassName
{
color: #B37F7E;
}
</style>
background-color css
<style>
a { background-color: #B37F7E; }
a { background-color: rgb(179,127,126); }
div.DivClassName
{
background-color: #B37F7E;
}
.BgClassName
{
background-color: #B37F7E;
}
</style>
border-color css
<style>
span { border-color: #B37F7E; }
span { border-color: rgb(179,127,126); }
td.TdClassName
{
border-color: #B37F7E;
}
.TagClassName
{
border-color: #B37F7E;
}
</style>