Shades of Brandy Rose #B07F77
Tints of Brandy Rose #B07F77
RGB
CMYK
RGB Variations
Color information
#B07F77 (or 0xB07F77) is known color: Brandy Rose. HEX triplet: B0, 7F and 77. RGB value is (176,127,119). Sum of RGB (Red+Green+Blue) = 176+127+119=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F77 is #4F8088. Grayscale: #8C8C8C. Windows color (decimal): -5210249 or 7831472. OLE color: 7831472.
HSL color Cylindrical-coordinate representation of color #B07F77: hue angle of 8.42º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07F77 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 119 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.31 |
| HSL | 8.42º | 0.27% | 0.58% | - |
| HSV(B) | 8.42º | 0.32% | 0.69% | - |
| XYZ | 28.82 | 25.74 | 20.9 | - |
| YUV | 140.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 119 | 0 | 0.28 | 0.32 | 0.31 | 8.42 | 0.27 | 0.58 |
| Hex | B0 | 7F | 77 | 0 | 1C | 20 | 1F | 8 | 1B | 3A |
| Octal | 260 | 177 | 167 | 0 | 34 | 40 | 37 | 10 | 33 | 72 |
| Binary | 10110000 | 1111111 | 1110111 | 0 | 11100 | 100000 | 11111 | 1000 | 11011 | 111010 |
Color Harmonies of #B07F77
Complementary color
Monochromatic Colors of #B07F77
Black with #B07F77
Text Example
Text Example
White with #B07F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F77; }
p { color: rgb(176,127,119); }
H1.HeaderClassName
{
color: #B07F77;
}
.AnyTagClassName
{
color: #B07F77;
}
</style>
background-color css
<style>
a { background-color: #B07F77; }
a { background-color: rgb(176,127,119); }
div.DivClassName
{
background-color: #B07F77;
}
.BgClassName
{
background-color: #B07F77;
}
</style>
border-color css
<style>
span { border-color: #B07F77; }
span { border-color: rgb(176,127,119); }
td.TdClassName
{
border-color: #B07F77;
}
.TagClassName
{
border-color: #B07F77;
}
</style>