Shades of Brandy Rose #B77E70
Tints of Brandy Rose #B77E70
RGB
CMYK
RGB Variations
Color information
#B77E70 (or 0xB77E70) is known color: Brandy Rose. HEX triplet: B7, 7E and 70. RGB value is (183,126,112). Sum of RGB (Red+Green+Blue) = 183+126+112=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E70 is #48818F. Grayscale: #8D8D8D. Windows color (decimal): -4751760 or 7372471. OLE color: 7372471.
HSL color Cylindrical-coordinate representation of color #B77E70: hue angle of 11.83º 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 #B77E70 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 112 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.28 |
| HSL | 11.83º | 0.33% | 0.58% | - |
| HSV(B) | 11.83º | 0.39% | 0.72% | - |
| XYZ | 29.91 | 26.16 | 18.8 | - |
| YUV | 141.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 112 | 0 | 0.31 | 0.39 | 0.28 | 11.83 | 0.33 | 0.58 |
| Hex | B7 | 7E | 70 | 0 | 1F | 27 | 1C | C | 21 | 3A |
| Octal | 267 | 176 | 160 | 0 | 37 | 47 | 34 | 14 | 41 | 72 |
| Binary | 10110111 | 1111110 | 1110000 | 0 | 11111 | 100111 | 11100 | 1100 | 100001 | 111010 |
Color Harmonies of #B77E70
Complementary color
Monochromatic Colors of #B77E70
Black with #B77E70
Text Example
Text Example
White with #B77E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E70; }
p { color: rgb(183,126,112); }
H1.HeaderClassName
{
color: #B77E70;
}
.AnyTagClassName
{
color: #B77E70;
}
</style>
background-color css
<style>
a { background-color: #B77E70; }
a { background-color: rgb(183,126,112); }
div.DivClassName
{
background-color: #B77E70;
}
.BgClassName
{
background-color: #B77E70;
}
</style>
border-color css
<style>
span { border-color: #B77E70; }
span { border-color: rgb(183,126,112); }
td.TdClassName
{
border-color: #B77E70;
}
.TagClassName
{
border-color: #B77E70;
}
</style>