Shades of Brandy Rose #B78F80
Tints of Brandy Rose #B78F80
RGB
CMYK
RGB Variations
Color information
#B78F80 (or 0xB78F80) is known color: Brandy Rose. HEX triplet: B7, 8F and 80. RGB value is (183,143,128). Sum of RGB (Red+Green+Blue) = 183+143+128=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78F80 is #48707F. Grayscale: #999999. Windows color (decimal): -4747392 or 8425399. OLE color: 8425399.
HSL color Cylindrical-coordinate representation of color #B78F80: hue angle of 16.36º 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 #B78F80 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 128 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.28 |
| HSL | 16.36º | 0.28% | 0.61% | - |
| HSV(B) | 16.36º | 0.3% | 0.72% | - |
| XYZ | 33.25 | 31.27 | 24.71 | - |
| YUV | 153.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 128 | 0 | 0.22 | 0.30 | 0.28 | 16.36 | 0.28 | 0.61 |
| Hex | B7 | 8F | 80 | 0 | 16 | 1E | 1C | 10 | 1C | 3D |
| Octal | 267 | 217 | 200 | 0 | 26 | 36 | 34 | 20 | 34 | 75 |
| Binary | 10110111 | 10001111 | 10000000 | 0 | 10110 | 11110 | 11100 | 10000 | 11100 | 111101 |
Color Harmonies of #B78F80
Complementary color
Monochromatic Colors of #B78F80
Black with #B78F80
Text Example
Text Example
White with #B78F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F80; }
p { color: rgb(183,143,128); }
H1.HeaderClassName
{
color: #B78F80;
}
.AnyTagClassName
{
color: #B78F80;
}
</style>
background-color css
<style>
a { background-color: #B78F80; }
a { background-color: rgb(183,143,128); }
div.DivClassName
{
background-color: #B78F80;
}
.BgClassName
{
background-color: #B78F80;
}
</style>
border-color css
<style>
span { border-color: #B78F80; }
span { border-color: rgb(183,143,128); }
td.TdClassName
{
border-color: #B78F80;
}
.TagClassName
{
border-color: #B78F80;
}
</style>