Shades of Brandy Rose #B78A78
Tints of Brandy Rose #B78A78
RGB
CMYK
RGB Variations
Color information
#B78A78 (or 0xB78A78) is known color: Brandy Rose. HEX triplet: B7, 8A and 78. RGB value is (183,138,120). Sum of RGB (Red+Green+Blue) = 183+138+120=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A78 is #487587. Grayscale: #959595. Windows color (decimal): -4748680 or 7899831. OLE color: 7899831.
HSL color Cylindrical-coordinate representation of color #B78A78: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78A78 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 120 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.28 |
| HSL | 17.14º | 0.3% | 0.59% | - |
| HSV(B) | 17.14º | 0.34% | 0.72% | - |
| XYZ | 32.01 | 29.6 | 21.8 | - |
| YUV | 149.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 120 | 0 | 0.25 | 0.34 | 0.28 | 17.14 | 0.3 | 0.59 |
| Hex | B7 | 8A | 78 | 0 | 19 | 22 | 1C | 11 | 1E | 3B |
| Octal | 267 | 212 | 170 | 0 | 31 | 42 | 34 | 21 | 36 | 73 |
| Binary | 10110111 | 10001010 | 1111000 | 0 | 11001 | 100010 | 11100 | 10001 | 11110 | 111011 |
Color Harmonies of #B78A78
Complementary color
Monochromatic Colors of #B78A78
Black with #B78A78
Text Example
Text Example
White with #B78A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A78; }
p { color: rgb(183,138,120); }
H1.HeaderClassName
{
color: #B78A78;
}
.AnyTagClassName
{
color: #B78A78;
}
</style>
background-color css
<style>
a { background-color: #B78A78; }
a { background-color: rgb(183,138,120); }
div.DivClassName
{
background-color: #B78A78;
}
.BgClassName
{
background-color: #B78A78;
}
</style>
border-color css
<style>
span { border-color: #B78A78; }
span { border-color: rgb(183,138,120); }
td.TdClassName
{
border-color: #B78A78;
}
.TagClassName
{
border-color: #B78A78;
}
</style>