Shades of Brandy Rose #B77E6C
Tints of Brandy Rose #B77E6C
RGB
CMYK
RGB Variations
Color information
#B77E6C (or 0xB77E6C) is known color: Brandy Rose. HEX triplet: B7, 7E and 6C. RGB value is (183,126,108). Sum of RGB (Red+Green+Blue) = 183+126+108=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E6C is #488193. Grayscale: #8D8D8D. Windows color (decimal): -4751764 or 7110327. OLE color: 7110327.
HSL color Cylindrical-coordinate representation of color #B77E6C: hue angle of 14.4º 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 #B77E6C is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 108 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.28 |
| HSL | 14.4º | 0.34% | 0.57% | - |
| HSV(B) | 14.4º | 0.41% | 0.72% | - |
| XYZ | 29.7 | 26.07 | 17.65 | - |
| YUV | 140.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 108 | 0 | 0.31 | 0.41 | 0.28 | 14.4 | 0.34 | 0.57 |
| Hex | B7 | 7E | 6C | 0 | 1F | 29 | 1C | E | 22 | 39 |
| Octal | 267 | 176 | 154 | 0 | 37 | 51 | 34 | 16 | 42 | 71 |
| Binary | 10110111 | 1111110 | 1101100 | 0 | 11111 | 101001 | 11100 | 1110 | 100010 | 111001 |
Color Harmonies of #B77E6C
Complementary color
Monochromatic Colors of #B77E6C
Black with #B77E6C
Text Example
Text Example
White with #B77E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E6C; }
p { color: rgb(183,126,108); }
H1.HeaderClassName
{
color: #B77E6C;
}
.AnyTagClassName
{
color: #B77E6C;
}
</style>
background-color css
<style>
a { background-color: #B77E6C; }
a { background-color: rgb(183,126,108); }
div.DivClassName
{
background-color: #B77E6C;
}
.BgClassName
{
background-color: #B77E6C;
}
</style>
border-color css
<style>
span { border-color: #B77E6C; }
span { border-color: rgb(183,126,108); }
td.TdClassName
{
border-color: #B77E6C;
}
.TagClassName
{
border-color: #B77E6C;
}
</style>