Shades of Brandy Rose #B78C80
Tints of Brandy Rose #B78C80
RGB
CMYK
RGB Variations
Color information
#B78C80 (or 0xB78C80) is known color: Brandy Rose. HEX triplet: B7, 8C and 80. RGB value is (183,140,128). Sum of RGB (Red+Green+Blue) = 183+140+128=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78C80 is #48737F. Grayscale: #979797. Windows color (decimal): -4748160 or 8424631. OLE color: 8424631.
HSL color Cylindrical-coordinate representation of color #B78C80: hue angle of 13.09º 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 #B78C80 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 128 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.28 |
| HSL | 13.09º | 0.28% | 0.61% | - |
| HSV(B) | 13.09º | 0.3% | 0.72% | - |
| XYZ | 32.8 | 30.38 | 24.56 | - |
| YUV | 151.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 128 | 0 | 0.23 | 0.30 | 0.28 | 13.09 | 0.28 | 0.61 |
| Hex | B7 | 8C | 80 | 0 | 17 | 1E | 1C | D | 1C | 3D |
| Octal | 267 | 214 | 200 | 0 | 27 | 36 | 34 | 15 | 34 | 75 |
| Binary | 10110111 | 10001100 | 10000000 | 0 | 10111 | 11110 | 11100 | 1101 | 11100 | 111101 |
Color Harmonies of #B78C80
Complementary color
Monochromatic Colors of #B78C80
Black with #B78C80
Text Example
Text Example
White with #B78C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C80; }
p { color: rgb(183,140,128); }
H1.HeaderClassName
{
color: #B78C80;
}
.AnyTagClassName
{
color: #B78C80;
}
</style>
background-color css
<style>
a { background-color: #B78C80; }
a { background-color: rgb(183,140,128); }
div.DivClassName
{
background-color: #B78C80;
}
.BgClassName
{
background-color: #B78C80;
}
</style>
border-color css
<style>
span { border-color: #B78C80; }
span { border-color: rgb(183,140,128); }
td.TdClassName
{
border-color: #B78C80;
}
.TagClassName
{
border-color: #B78C80;
}
</style>