Shades of Brandy Rose #B78C77
Tints of Brandy Rose #B78C77
RGB
CMYK
RGB Variations
Color information
#B78C77 (or 0xB78C77) is known color: Brandy Rose. HEX triplet: B7, 8C and 77. RGB value is (183,140,119). Sum of RGB (Red+Green+Blue) = 183+140+119=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C77 is #487388. Grayscale: #969696. Windows color (decimal): -4748169 or 7834807. OLE color: 7834807.
HSL color Cylindrical-coordinate representation of color #B78C77: hue angle of 19.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B78C77 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 119 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.28 |
| HSL | 19.69º | 0.31% | 0.59% | - |
| HSV(B) | 19.69º | 0.35% | 0.72% | - |
| XYZ | 32.24 | 30.16 | 21.57 | - |
| YUV | 150.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 119 | 0 | 0.23 | 0.35 | 0.28 | 19.69 | 0.31 | 0.59 |
| Hex | B7 | 8C | 77 | 0 | 17 | 23 | 1C | 14 | 1F | 3B |
| Octal | 267 | 214 | 167 | 0 | 27 | 43 | 34 | 24 | 37 | 73 |
| Binary | 10110111 | 10001100 | 1110111 | 0 | 10111 | 100011 | 11100 | 10100 | 11111 | 111011 |
Color Harmonies of #B78C77
Complementary color
Monochromatic Colors of #B78C77
Black with #B78C77
Text Example
Text Example
White with #B78C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C77; }
p { color: rgb(183,140,119); }
H1.HeaderClassName
{
color: #B78C77;
}
.AnyTagClassName
{
color: #B78C77;
}
</style>
background-color css
<style>
a { background-color: #B78C77; }
a { background-color: rgb(183,140,119); }
div.DivClassName
{
background-color: #B78C77;
}
.BgClassName
{
background-color: #B78C77;
}
</style>
border-color css
<style>
span { border-color: #B78C77; }
span { border-color: rgb(183,140,119); }
td.TdClassName
{
border-color: #B78C77;
}
.TagClassName
{
border-color: #B78C77;
}
</style>