Shades of Brandy Rose #B37A78
Tints of Brandy Rose #B37A78
RGB
CMYK
RGB Variations
Color information
#B37A78 (or 0xB37A78) is known color: Brandy Rose. HEX triplet: B3, 7A and 78. RGB value is (179,122,120). Sum of RGB (Red+Green+Blue) = 179+122+120=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A78 is #4C8587. Grayscale: #8A8A8A. Windows color (decimal): -5014920 or 7895731. OLE color: 7895731.
HSL color Cylindrical-coordinate representation of color #B37A78: hue angle of 2.03º 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 #B37A78 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 120 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.30 |
| HSL | 2.03º | 0.28% | 0.59% | - |
| HSV(B) | 2.03º | 0.33% | 0.7% | - |
| XYZ | 28.94 | 24.86 | 21.04 | - |
| YUV | 138.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 120 | 0 | 0.32 | 0.33 | 0.30 | 2.03 | 0.28 | 0.59 |
| Hex | B3 | 7A | 78 | 0 | 20 | 21 | 1E | 2 | 1C | 3B |
| Octal | 263 | 172 | 170 | 0 | 40 | 41 | 36 | 2 | 34 | 73 |
| Binary | 10110011 | 1111010 | 1111000 | 0 | 100000 | 100001 | 11110 | 10 | 11100 | 111011 |
Color Harmonies of #B37A78
Complementary color
Monochromatic Colors of #B37A78
Black with #B37A78
Text Example
Text Example
White with #B37A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A78; }
p { color: rgb(179,122,120); }
H1.HeaderClassName
{
color: #B37A78;
}
.AnyTagClassName
{
color: #B37A78;
}
</style>
background-color css
<style>
a { background-color: #B37A78; }
a { background-color: rgb(179,122,120); }
div.DivClassName
{
background-color: #B37A78;
}
.BgClassName
{
background-color: #B37A78;
}
</style>
border-color css
<style>
span { border-color: #B37A78; }
span { border-color: rgb(179,122,120); }
td.TdClassName
{
border-color: #B37A78;
}
.TagClassName
{
border-color: #B37A78;
}
</style>