Shades of Brandy Rose #B57E76
Tints of Brandy Rose #B57E76
RGB
CMYK
RGB Variations
Color information
#B57E76 (or 0xB57E76) is known color: Brandy Rose. HEX triplet: B5, 7E and 76. RGB value is (181,126,118). Sum of RGB (Red+Green+Blue) = 181+126+118=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E76 is #4A8189. Grayscale: #8D8D8D. Windows color (decimal): -4882826 or 7765685. OLE color: 7765685.
HSL color Cylindrical-coordinate representation of color #B57E76: hue angle of 7.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57E76 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 118 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.29 |
| HSL | 7.62º | 0.3% | 0.59% | - |
| HSV(B) | 7.62º | 0.35% | 0.71% | - |
| XYZ | 29.79 | 26.05 | 20.6 | - |
| YUV | 141.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 118 | 0 | 0.30 | 0.35 | 0.29 | 7.62 | 0.3 | 0.59 |
| Hex | B5 | 7E | 76 | 0 | 1E | 23 | 1D | 8 | 1E | 3B |
| Octal | 265 | 176 | 166 | 0 | 36 | 43 | 35 | 10 | 36 | 73 |
| Binary | 10110101 | 1111110 | 1110110 | 0 | 11110 | 100011 | 11101 | 1000 | 11110 | 111011 |
Color Harmonies of #B57E76
Complementary color
Monochromatic Colors of #B57E76
Black with #B57E76
Text Example
Text Example
White with #B57E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E76; }
p { color: rgb(181,126,118); }
H1.HeaderClassName
{
color: #B57E76;
}
.AnyTagClassName
{
color: #B57E76;
}
</style>
background-color css
<style>
a { background-color: #B57E76; }
a { background-color: rgb(181,126,118); }
div.DivClassName
{
background-color: #B57E76;
}
.BgClassName
{
background-color: #B57E76;
}
</style>
border-color css
<style>
span { border-color: #B57E76; }
span { border-color: rgb(181,126,118); }
td.TdClassName
{
border-color: #B57E76;
}
.TagClassName
{
border-color: #B57E76;
}
</style>