Shades of Brandy Rose #B57B71
Tints of Brandy Rose #B57B71
RGB
CMYK
RGB Variations
Color information
#B57B71 (or 0xB57B71) is known color: Brandy Rose. HEX triplet: B5, 7B and 71. RGB value is (181,123,113). Sum of RGB (Red+Green+Blue) = 181+123+113=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B71 is #4A848E. Grayscale: #8B8B8B. Windows color (decimal): -4883599 or 7437237. OLE color: 7437237.
HSL color Cylindrical-coordinate representation of color #B57B71: hue angle of 8.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57B71 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 113 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.29 |
| HSL | 8.82º | 0.31% | 0.58% | - |
| HSV(B) | 8.82º | 0.38% | 0.71% | - |
| XYZ | 29.12 | 25.18 | 18.95 | - |
| YUV | 139.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 113 | 0 | 0.32 | 0.38 | 0.29 | 8.82 | 0.31 | 0.58 |
| Hex | B5 | 7B | 71 | 0 | 20 | 26 | 1D | 9 | 1F | 3A |
| Octal | 265 | 173 | 161 | 0 | 40 | 46 | 35 | 11 | 37 | 72 |
| Binary | 10110101 | 1111011 | 1110001 | 0 | 100000 | 100110 | 11101 | 1001 | 11111 | 111010 |
Color Harmonies of #B57B71
Complementary color
Monochromatic Colors of #B57B71
Black with #B57B71
Text Example
Text Example
White with #B57B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B71; }
p { color: rgb(181,123,113); }
H1.HeaderClassName
{
color: #B57B71;
}
.AnyTagClassName
{
color: #B57B71;
}
</style>
background-color css
<style>
a { background-color: #B57B71; }
a { background-color: rgb(181,123,113); }
div.DivClassName
{
background-color: #B57B71;
}
.BgClassName
{
background-color: #B57B71;
}
</style>
border-color css
<style>
span { border-color: #B57B71; }
span { border-color: rgb(181,123,113); }
td.TdClassName
{
border-color: #B57B71;
}
.TagClassName
{
border-color: #B57B71;
}
</style>