Shades of Brandy Rose #B78A80
Tints of Brandy Rose #B78A80
RGB
CMYK
RGB Variations
Color information
#B78A80 (or 0xB78A80) is known color: Brandy Rose. HEX triplet: B7, 8A and 80. RGB value is (183,138,128). Sum of RGB (Red+Green+Blue) = 183+138+128=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78A80 is #48757F. Grayscale: #969696. Windows color (decimal): -4748672 or 8424119. OLE color: 8424119.
HSL color Cylindrical-coordinate representation of color #B78A80: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78A80 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 128 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.28 |
| HSL | 10.91º | 0.28% | 0.61% | - |
| HSV(B) | 10.91º | 0.3% | 0.72% | - |
| XYZ | 32.51 | 29.8 | 24.46 | - |
| YUV | 150.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 128 | 0 | 0.25 | 0.30 | 0.28 | 10.91 | 0.28 | 0.61 |
| Hex | B7 | 8A | 80 | 0 | 19 | 1E | 1C | B | 1C | 3D |
| Octal | 267 | 212 | 200 | 0 | 31 | 36 | 34 | 13 | 34 | 75 |
| Binary | 10110111 | 10001010 | 10000000 | 0 | 11001 | 11110 | 11100 | 1011 | 11100 | 111101 |
Color Harmonies of #B78A80
Complementary color
Monochromatic Colors of #B78A80
Black with #B78A80
Text Example
Text Example
White with #B78A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A80; }
p { color: rgb(183,138,128); }
H1.HeaderClassName
{
color: #B78A80;
}
.AnyTagClassName
{
color: #B78A80;
}
</style>
background-color css
<style>
a { background-color: #B78A80; }
a { background-color: rgb(183,138,128); }
div.DivClassName
{
background-color: #B78A80;
}
.BgClassName
{
background-color: #B78A80;
}
</style>
border-color css
<style>
span { border-color: #B78A80; }
span { border-color: rgb(183,138,128); }
td.TdClassName
{
border-color: #B78A80;
}
.TagClassName
{
border-color: #B78A80;
}
</style>