Shades of Brandy Rose #B77E6B
Tints of Brandy Rose #B77E6B
RGB
CMYK
RGB Variations
Color information
#B77E6B (or 0xB77E6B) is known color: Brandy Rose. HEX triplet: B7, 7E and 6B. RGB value is (183,126,107). Sum of RGB (Red+Green+Blue) = 183+126+107=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E6B is #488194. Grayscale: #8D8D8D. Windows color (decimal): -4751765 or 7044791. OLE color: 7044791.
HSL color Cylindrical-coordinate representation of color #B77E6B: hue angle of 15º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77E6B is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 107 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.28 |
| HSL | 15º | 0.35% | 0.57% | - |
| HSV(B) | 15º | 0.42% | 0.72% | - |
| XYZ | 29.64 | 26.05 | 17.38 | - |
| YUV | 140.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 107 | 0 | 0.31 | 0.42 | 0.28 | 15 | 0.35 | 0.57 |
| Hex | B7 | 7E | 6B | 0 | 1F | 2A | 1C | F | 23 | 39 |
| Octal | 267 | 176 | 153 | 0 | 37 | 52 | 34 | 17 | 43 | 71 |
| Binary | 10110111 | 1111110 | 1101011 | 0 | 11111 | 101010 | 11100 | 1111 | 100011 | 111001 |
Color Harmonies of #B77E6B
Complementary color
Monochromatic Colors of #B77E6B
Black with #B77E6B
Text Example
Text Example
White with #B77E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E6B; }
p { color: rgb(183,126,107); }
H1.HeaderClassName
{
color: #B77E6B;
}
.AnyTagClassName
{
color: #B77E6B;
}
</style>
background-color css
<style>
a { background-color: #B77E6B; }
a { background-color: rgb(183,126,107); }
div.DivClassName
{
background-color: #B77E6B;
}
.BgClassName
{
background-color: #B77E6B;
}
</style>
border-color css
<style>
span { border-color: #B77E6B; }
span { border-color: rgb(183,126,107); }
td.TdClassName
{
border-color: #B77E6B;
}
.TagClassName
{
border-color: #B77E6B;
}
</style>