Shades of Brandy Rose #B78C7E
Tints of Brandy Rose #B78C7E
RGB
CMYK
RGB Variations
Color information
#B78C7E (or 0xB78C7E) is known color: Brandy Rose. HEX triplet: B7, 8C and 7E. RGB value is (183,140,126). Sum of RGB (Red+Green+Blue) = 183+140+126=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C7E is #487381. Grayscale: #979797. Windows color (decimal): -4748162 or 8293559. OLE color: 8293559.
HSL color Cylindrical-coordinate representation of color #B78C7E: hue angle of 14.74º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B78C7E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 126 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.28 |
| HSL | 14.74º | 0.28% | 0.61% | - |
| HSV(B) | 14.74º | 0.31% | 0.72% | - |
| XYZ | 32.67 | 30.33 | 23.87 | - |
| YUV | 151.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 126 | 0 | 0.23 | 0.31 | 0.28 | 14.74 | 0.28 | 0.61 |
| Hex | B7 | 8C | 7E | 0 | 17 | 1F | 1C | F | 1C | 3D |
| Octal | 267 | 214 | 176 | 0 | 27 | 37 | 34 | 17 | 34 | 75 |
| Binary | 10110111 | 10001100 | 1111110 | 0 | 10111 | 11111 | 11100 | 1111 | 11100 | 111101 |
Color Harmonies of #B78C7E
Complementary color
Monochromatic Colors of #B78C7E
Black with #B78C7E
Text Example
Text Example
White with #B78C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C7E; }
p { color: rgb(183,140,126); }
H1.HeaderClassName
{
color: #B78C7E;
}
.AnyTagClassName
{
color: #B78C7E;
}
</style>
background-color css
<style>
a { background-color: #B78C7E; }
a { background-color: rgb(183,140,126); }
div.DivClassName
{
background-color: #B78C7E;
}
.BgClassName
{
background-color: #B78C7E;
}
</style>
border-color css
<style>
span { border-color: #B78C7E; }
span { border-color: rgb(183,140,126); }
td.TdClassName
{
border-color: #B78C7E;
}
.TagClassName
{
border-color: #B78C7E;
}
</style>