Shades of Brandy Rose #B57F76
Tints of Brandy Rose #B57F76
RGB
CMYK
RGB Variations
Color information
#B57F76 (or 0xB57F76) is known color: Brandy Rose. HEX triplet: B5, 7F and 76. RGB value is (181,127,118). Sum of RGB (Red+Green+Blue) = 181+127+118=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F76 is #4A8089. Grayscale: #8E8E8E. Windows color (decimal): -4882570 or 7765941. OLE color: 7765941.
HSL color Cylindrical-coordinate representation of color #B57F76: hue angle of 8.57º 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 #B57F76 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 118 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.29 |
| HSL | 8.57º | 0.3% | 0.59% | - |
| HSV(B) | 8.57º | 0.35% | 0.71% | - |
| XYZ | 29.92 | 26.31 | 20.64 | - |
| YUV | 142.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 118 | 0 | 0.30 | 0.35 | 0.29 | 8.57 | 0.3 | 0.59 |
| Hex | B5 | 7F | 76 | 0 | 1E | 23 | 1D | 9 | 1E | 3B |
| Octal | 265 | 177 | 166 | 0 | 36 | 43 | 35 | 11 | 36 | 73 |
| Binary | 10110101 | 1111111 | 1110110 | 0 | 11110 | 100011 | 11101 | 1001 | 11110 | 111011 |
Color Harmonies of #B57F76
Complementary color
Monochromatic Colors of #B57F76
Black with #B57F76
Text Example
Text Example
White with #B57F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F76; }
p { color: rgb(181,127,118); }
H1.HeaderClassName
{
color: #B57F76;
}
.AnyTagClassName
{
color: #B57F76;
}
</style>
background-color css
<style>
a { background-color: #B57F76; }
a { background-color: rgb(181,127,118); }
div.DivClassName
{
background-color: #B57F76;
}
.BgClassName
{
background-color: #B57F76;
}
</style>
border-color css
<style>
span { border-color: #B57F76; }
span { border-color: rgb(181,127,118); }
td.TdClassName
{
border-color: #B57F76;
}
.TagClassName
{
border-color: #B57F76;
}
</style>