Shades of Brandy Rose #B78A7C
Tints of Brandy Rose #B78A7C
RGB
CMYK
RGB Variations
Color information
#B78A7C (or 0xB78A7C) is known color: Brandy Rose. HEX triplet: B7, 8A and 7C. RGB value is (183,138,124). Sum of RGB (Red+Green+Blue) = 183+138+124=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A7C is #487583. Grayscale: #959595. Windows color (decimal): -4748676 or 8161975. OLE color: 8161975.
HSL color Cylindrical-coordinate representation of color #B78A7C: hue angle of 14.24º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B78A7C is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 124 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.28 |
| HSL | 14.24º | 0.29% | 0.6% | - |
| HSV(B) | 14.24º | 0.32% | 0.72% | - |
| XYZ | 32.26 | 29.7 | 23.1 | - |
| YUV | 149.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 124 | 0 | 0.25 | 0.32 | 0.28 | 14.24 | 0.29 | 0.6 |
| Hex | B7 | 8A | 7C | 0 | 19 | 20 | 1C | E | 1D | 3C |
| Octal | 267 | 212 | 174 | 0 | 31 | 40 | 34 | 16 | 35 | 74 |
| Binary | 10110111 | 10001010 | 1111100 | 0 | 11001 | 100000 | 11100 | 1110 | 11101 | 111100 |
Color Harmonies of #B78A7C
Complementary color
Monochromatic Colors of #B78A7C
Black with #B78A7C
Text Example
Text Example
White with #B78A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A7C; }
p { color: rgb(183,138,124); }
H1.HeaderClassName
{
color: #B78A7C;
}
.AnyTagClassName
{
color: #B78A7C;
}
</style>
background-color css
<style>
a { background-color: #B78A7C; }
a { background-color: rgb(183,138,124); }
div.DivClassName
{
background-color: #B78A7C;
}
.BgClassName
{
background-color: #B78A7C;
}
</style>
border-color css
<style>
span { border-color: #B78A7C; }
span { border-color: rgb(183,138,124); }
td.TdClassName
{
border-color: #B78A7C;
}
.TagClassName
{
border-color: #B78A7C;
}
</style>