Shades of Brandy Rose #B78979
Tints of Brandy Rose #B78979
RGB
CMYK
RGB Variations
Color information
#B78979 (or 0xB78979) is known color: Brandy Rose. HEX triplet: B7, 89 and 79. RGB value is (183,137,121). Sum of RGB (Red+Green+Blue) = 183+137+121=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B78979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78979 is #487686. Grayscale: #959595. Windows color (decimal): -4748935 or 7965111. OLE color: 7965111.
HSL color Cylindrical-coordinate representation of color #B78979: hue angle of 15.48º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78979 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 121 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.28 |
| HSL | 15.48º | 0.3% | 0.6% | - |
| HSV(B) | 15.48º | 0.34% | 0.72% | - |
| XYZ | 31.93 | 29.34 | 22.07 | - |
| YUV | 148.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 121 | 0 | 0.25 | 0.34 | 0.28 | 15.48 | 0.3 | 0.6 |
| Hex | B7 | 89 | 79 | 0 | 19 | 22 | 1C | F | 1E | 3C |
| Octal | 267 | 211 | 171 | 0 | 31 | 42 | 34 | 17 | 36 | 74 |
| Binary | 10110111 | 10001001 | 1111001 | 0 | 11001 | 100010 | 11100 | 1111 | 11110 | 111100 |
Color Harmonies of #B78979
Complementary color
Monochromatic Colors of #B78979
Black with #B78979
Text Example
Text Example
White with #B78979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78979; }
p { color: rgb(183,137,121); }
H1.HeaderClassName
{
color: #B78979;
}
.AnyTagClassName
{
color: #B78979;
}
</style>
background-color css
<style>
a { background-color: #B78979; }
a { background-color: rgb(183,137,121); }
div.DivClassName
{
background-color: #B78979;
}
.BgClassName
{
background-color: #B78979;
}
</style>
border-color css
<style>
span { border-color: #B78979; }
span { border-color: rgb(183,137,121); }
td.TdClassName
{
border-color: #B78979;
}
.TagClassName
{
border-color: #B78979;
}
</style>