Shades of Brandy Rose #B57A76
Tints of Brandy Rose #B57A76
RGB
CMYK
RGB Variations
Color information
#B57A76 (or 0xB57A76) is known color: Brandy Rose. HEX triplet: B5, 7A and 76. RGB value is (181,122,118). Sum of RGB (Red+Green+Blue) = 181+122+118=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A76 is #4A8589. Grayscale: #8B8B8B. Windows color (decimal): -4883850 or 7764661. OLE color: 7764661.
HSL color Cylindrical-coordinate representation of color #B57A76: hue angle of 3.81º 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 #B57A76 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 118 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.29 |
| HSL | 3.81º | 0.3% | 0.59% | - |
| HSV(B) | 3.81º | 0.35% | 0.71% | - |
| XYZ | 29.29 | 25.05 | 20.43 | - |
| YUV | 139.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 118 | 0 | 0.33 | 0.35 | 0.29 | 3.81 | 0.3 | 0.59 |
| Hex | B5 | 7A | 76 | 0 | 21 | 23 | 1D | 4 | 1E | 3B |
| Octal | 265 | 172 | 166 | 0 | 41 | 43 | 35 | 4 | 36 | 73 |
| Binary | 10110101 | 1111010 | 1110110 | 0 | 100001 | 100011 | 11101 | 100 | 11110 | 111011 |
Color Harmonies of #B57A76
Complementary color
Monochromatic Colors of #B57A76
Black with #B57A76
Text Example
Text Example
White with #B57A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A76; }
p { color: rgb(181,122,118); }
H1.HeaderClassName
{
color: #B57A76;
}
.AnyTagClassName
{
color: #B57A76;
}
</style>
background-color css
<style>
a { background-color: #B57A76; }
a { background-color: rgb(181,122,118); }
div.DivClassName
{
background-color: #B57A76;
}
.BgClassName
{
background-color: #B57A76;
}
</style>
border-color css
<style>
span { border-color: #B57A76; }
span { border-color: rgb(181,122,118); }
td.TdClassName
{
border-color: #B57A76;
}
.TagClassName
{
border-color: #B57A76;
}
</style>