Shades of Brandy Rose #B77A6E
Tints of Brandy Rose #B77A6E
RGB
CMYK
RGB Variations
Color information
#B77A6E (or 0xB77A6E) is known color: Brandy Rose. HEX triplet: B7, 7A and 6E. RGB value is (183,122,110). Sum of RGB (Red+Green+Blue) = 183+122+110=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A6E is #488591. Grayscale: #8A8A8A. Windows color (decimal): -4752786 or 7240375. OLE color: 7240375.
HSL color Cylindrical-coordinate representation of color #B77A6E: hue angle of 9.86º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77A6E is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 110 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.28 |
| HSL | 9.86º | 0.34% | 0.57% | - |
| HSV(B) | 9.86º | 0.4% | 0.72% | - |
| XYZ | 29.3 | 25.11 | 18.05 | - |
| YUV | 138.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 110 | 0 | 0.33 | 0.40 | 0.28 | 9.86 | 0.34 | 0.57 |
| Hex | B7 | 7A | 6E | 0 | 21 | 28 | 1C | A | 22 | 39 |
| Octal | 267 | 172 | 156 | 0 | 41 | 50 | 34 | 12 | 42 | 71 |
| Binary | 10110111 | 1111010 | 1101110 | 0 | 100001 | 101000 | 11100 | 1010 | 100010 | 111001 |
Color Harmonies of #B77A6E
Complementary color
Monochromatic Colors of #B77A6E
Black with #B77A6E
Text Example
Text Example
White with #B77A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A6E; }
p { color: rgb(183,122,110); }
H1.HeaderClassName
{
color: #B77A6E;
}
.AnyTagClassName
{
color: #B77A6E;
}
</style>
background-color css
<style>
a { background-color: #B77A6E; }
a { background-color: rgb(183,122,110); }
div.DivClassName
{
background-color: #B77A6E;
}
.BgClassName
{
background-color: #B77A6E;
}
</style>
border-color css
<style>
span { border-color: #B77A6E; }
span { border-color: rgb(183,122,110); }
td.TdClassName
{
border-color: #B77A6E;
}
.TagClassName
{
border-color: #B77A6E;
}
</style>