Shades of Brandy Rose #B77E6F
Tints of Brandy Rose #B77E6F
RGB
CMYK
RGB Variations
Color information
#B77E6F (or 0xB77E6F) is known color: Brandy Rose. HEX triplet: B7, 7E and 6F. RGB value is (183,126,111). Sum of RGB (Red+Green+Blue) = 183+126+111=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E6F is #488190. Grayscale: #8D8D8D. Windows color (decimal): -4751761 or 7306935. OLE color: 7306935.
HSL color Cylindrical-coordinate representation of color #B77E6F: hue angle of 12.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77E6F is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 111 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.28 |
| HSL | 12.5º | 0.33% | 0.58% | - |
| HSV(B) | 12.5º | 0.39% | 0.72% | - |
| XYZ | 29.86 | 26.14 | 18.51 | - |
| YUV | 141.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 111 | 0 | 0.31 | 0.39 | 0.28 | 12.5 | 0.33 | 0.58 |
| Hex | B7 | 7E | 6F | 0 | 1F | 27 | 1C | C | 21 | 3A |
| Octal | 267 | 176 | 157 | 0 | 37 | 47 | 34 | 14 | 41 | 72 |
| Binary | 10110111 | 1111110 | 1101111 | 0 | 11111 | 100111 | 11100 | 1100 | 100001 | 111010 |
Color Harmonies of #B77E6F
Complementary color
Monochromatic Colors of #B77E6F
Black with #B77E6F
Text Example
Text Example
White with #B77E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E6F; }
p { color: rgb(183,126,111); }
H1.HeaderClassName
{
color: #B77E6F;
}
.AnyTagClassName
{
color: #B77E6F;
}
</style>
background-color css
<style>
a { background-color: #B77E6F; }
a { background-color: rgb(183,126,111); }
div.DivClassName
{
background-color: #B77E6F;
}
.BgClassName
{
background-color: #B77E6F;
}
</style>
border-color css
<style>
span { border-color: #B77E6F; }
span { border-color: rgb(183,126,111); }
td.TdClassName
{
border-color: #B77E6F;
}
.TagClassName
{
border-color: #B77E6F;
}
</style>