Shades of Brandy Rose #B77C6C
Tints of Brandy Rose #B77C6C
RGB
CMYK
RGB Variations
Color information
#B77C6C (or 0xB77C6C) is known color: Brandy Rose. HEX triplet: B7, 7C and 6C. RGB value is (183,124,108). Sum of RGB (Red+Green+Blue) = 183+124+108=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C6C is #488393. Grayscale: #8B8B8B. Windows color (decimal): -4752276 or 7109815. OLE color: 7109815.
HSL color Cylindrical-coordinate representation of color #B77C6C: hue angle of 12.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B77C6C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 108 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.28 |
| HSL | 12.8º | 0.34% | 0.57% | - |
| HSV(B) | 12.8º | 0.41% | 0.72% | - |
| XYZ | 29.44 | 25.57 | 17.57 | - |
| YUV | 139.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 108 | 0 | 0.32 | 0.41 | 0.28 | 12.8 | 0.34 | 0.57 |
| Hex | B7 | 7C | 6C | 0 | 20 | 29 | 1C | D | 22 | 39 |
| Octal | 267 | 174 | 154 | 0 | 40 | 51 | 34 | 15 | 42 | 71 |
| Binary | 10110111 | 1111100 | 1101100 | 0 | 100000 | 101001 | 11100 | 1101 | 100010 | 111001 |
Color Harmonies of #B77C6C
Complementary color
Monochromatic Colors of #B77C6C
Black with #B77C6C
Text Example
Text Example
White with #B77C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C6C; }
p { color: rgb(183,124,108); }
H1.HeaderClassName
{
color: #B77C6C;
}
.AnyTagClassName
{
color: #B77C6C;
}
</style>
background-color css
<style>
a { background-color: #B77C6C; }
a { background-color: rgb(183,124,108); }
div.DivClassName
{
background-color: #B77C6C;
}
.BgClassName
{
background-color: #B77C6C;
}
</style>
border-color css
<style>
span { border-color: #B77C6C; }
span { border-color: rgb(183,124,108); }
td.TdClassName
{
border-color: #B77C6C;
}
.TagClassName
{
border-color: #B77C6C;
}
</style>