Shades of Brandy Rose #B37F78
Tints of Brandy Rose #B37F78
RGB
CMYK
RGB Variations
Color information
#B37F78 (or 0xB37F78) is known color: Brandy Rose. HEX triplet: B3, 7F and 78. RGB value is (179,127,120). Sum of RGB (Red+Green+Blue) = 179+127+120=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F78 is #4C8087. Grayscale: #8D8D8D. Windows color (decimal): -5013640 or 7897011. OLE color: 7897011.
HSL color Cylindrical-coordinate representation of color #B37F78: hue angle of 7.12º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B37F78 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 120 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.30 |
| HSL | 7.12º | 0.28% | 0.59% | - |
| HSV(B) | 7.12º | 0.33% | 0.7% | - |
| XYZ | 29.57 | 26.12 | 21.25 | - |
| YUV | 141.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 120 | 0 | 0.29 | 0.33 | 0.30 | 7.12 | 0.28 | 0.59 |
| Hex | B3 | 7F | 78 | 0 | 1D | 21 | 1E | 7 | 1C | 3B |
| Octal | 263 | 177 | 170 | 0 | 35 | 41 | 36 | 7 | 34 | 73 |
| Binary | 10110011 | 1111111 | 1111000 | 0 | 11101 | 100001 | 11110 | 111 | 11100 | 111011 |
Color Harmonies of #B37F78
Complementary color
Monochromatic Colors of #B37F78
Black with #B37F78
Text Example
Text Example
White with #B37F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F78; }
p { color: rgb(179,127,120); }
H1.HeaderClassName
{
color: #B37F78;
}
.AnyTagClassName
{
color: #B37F78;
}
</style>
background-color css
<style>
a { background-color: #B37F78; }
a { background-color: rgb(179,127,120); }
div.DivClassName
{
background-color: #B37F78;
}
.BgClassName
{
background-color: #B37F78;
}
</style>
border-color css
<style>
span { border-color: #B37F78; }
span { border-color: rgb(179,127,120); }
td.TdClassName
{
border-color: #B37F78;
}
.TagClassName
{
border-color: #B37F78;
}
</style>