Shades of Brandy Rose #B37A73
Tints of Brandy Rose #B37A73
RGB
CMYK
RGB Variations
Color information
#B37A73 (or 0xB37A73) is known color: Brandy Rose. HEX triplet: B3, 7A and 73. RGB value is (179,122,115). Sum of RGB (Red+Green+Blue) = 179+122+115=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A73 is #4C858C. Grayscale: #8A8A8A. Windows color (decimal): -5014925 or 7568051. OLE color: 7568051.
HSL color Cylindrical-coordinate representation of color #B37A73: hue angle of 6.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37A73 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 115 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.30 |
| HSL | 6.56º | 0.3% | 0.58% | - |
| HSV(B) | 6.56º | 0.36% | 0.7% | - |
| XYZ | 28.64 | 24.74 | 19.49 | - |
| YUV | 138.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 115 | 0 | 0.32 | 0.36 | 0.30 | 6.56 | 0.3 | 0.58 |
| Hex | B3 | 7A | 73 | 0 | 20 | 24 | 1E | 7 | 1E | 3A |
| Octal | 263 | 172 | 163 | 0 | 40 | 44 | 36 | 7 | 36 | 72 |
| Binary | 10110011 | 1111010 | 1110011 | 0 | 100000 | 100100 | 11110 | 111 | 11110 | 111010 |
Color Harmonies of #B37A73
Complementary color
Monochromatic Colors of #B37A73
Black with #B37A73
Text Example
Text Example
White with #B37A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A73; }
p { color: rgb(179,122,115); }
H1.HeaderClassName
{
color: #B37A73;
}
.AnyTagClassName
{
color: #B37A73;
}
</style>
background-color css
<style>
a { background-color: #B37A73; }
a { background-color: rgb(179,122,115); }
div.DivClassName
{
background-color: #B37A73;
}
.BgClassName
{
background-color: #B37A73;
}
</style>
border-color css
<style>
span { border-color: #B37A73; }
span { border-color: rgb(179,122,115); }
td.TdClassName
{
border-color: #B37A73;
}
.TagClassName
{
border-color: #B37A73;
}
</style>