Shades of Brandy Rose #B77F70
Tints of Brandy Rose #B77F70
RGB
CMYK
RGB Variations
Color information
#B77F70 (or 0xB77F70) is known color: Brandy Rose. HEX triplet: B7, 7F and 70. RGB value is (183,127,112). Sum of RGB (Red+Green+Blue) = 183+127+112=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F70 is #48808F. Grayscale: #8E8E8E. Windows color (decimal): -4751504 or 7372727. OLE color: 7372727.
HSL color Cylindrical-coordinate representation of color #B77F70: hue angle of 12.68º 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 #B77F70 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 112 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.28 |
| HSL | 12.68º | 0.33% | 0.58% | - |
| HSV(B) | 12.68º | 0.39% | 0.72% | - |
| XYZ | 30.04 | 26.42 | 18.84 | - |
| YUV | 142.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 112 | 0 | 0.31 | 0.39 | 0.28 | 12.68 | 0.33 | 0.58 |
| Hex | B7 | 7F | 70 | 0 | 1F | 27 | 1C | D | 21 | 3A |
| Octal | 267 | 177 | 160 | 0 | 37 | 47 | 34 | 15 | 41 | 72 |
| Binary | 10110111 | 1111111 | 1110000 | 0 | 11111 | 100111 | 11100 | 1101 | 100001 | 111010 |
Color Harmonies of #B77F70
Complementary color
Monochromatic Colors of #B77F70
Black with #B77F70
Text Example
Text Example
White with #B77F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F70; }
p { color: rgb(183,127,112); }
H1.HeaderClassName
{
color: #B77F70;
}
.AnyTagClassName
{
color: #B77F70;
}
</style>
background-color css
<style>
a { background-color: #B77F70; }
a { background-color: rgb(183,127,112); }
div.DivClassName
{
background-color: #B77F70;
}
.BgClassName
{
background-color: #B77F70;
}
</style>
border-color css
<style>
span { border-color: #B77F70; }
span { border-color: rgb(183,127,112); }
td.TdClassName
{
border-color: #B77F70;
}
.TagClassName
{
border-color: #B77F70;
}
</style>