Shades of Brandy Rose #B57C70
Tints of Brandy Rose #B57C70
RGB
CMYK
RGB Variations
Color information
#B57C70 (or 0xB57C70) is known color: Brandy Rose. HEX triplet: B5, 7C and 70. RGB value is (181,124,112). Sum of RGB (Red+Green+Blue) = 181+124+112=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C70 is #4A838F. Grayscale: #8B8B8B. Windows color (decimal): -4883344 or 7371957. OLE color: 7371957.
HSL color Cylindrical-coordinate representation of color #B57C70: hue angle of 10.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57C70 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 112 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.29 |
| HSL | 10.43º | 0.32% | 0.57% | - |
| HSV(B) | 10.43º | 0.38% | 0.71% | - |
| XYZ | 29.19 | 25.41 | 18.7 | - |
| YUV | 139.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 112 | 0 | 0.31 | 0.38 | 0.29 | 10.43 | 0.32 | 0.57 |
| Hex | B5 | 7C | 70 | 0 | 1F | 26 | 1D | A | 20 | 39 |
| Octal | 265 | 174 | 160 | 0 | 37 | 46 | 35 | 12 | 40 | 71 |
| Binary | 10110101 | 1111100 | 1110000 | 0 | 11111 | 100110 | 11101 | 1010 | 100000 | 111001 |
Color Harmonies of #B57C70
Complementary color
Monochromatic Colors of #B57C70
Black with #B57C70
Text Example
Text Example
White with #B57C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C70; }
p { color: rgb(181,124,112); }
H1.HeaderClassName
{
color: #B57C70;
}
.AnyTagClassName
{
color: #B57C70;
}
</style>
background-color css
<style>
a { background-color: #B57C70; }
a { background-color: rgb(181,124,112); }
div.DivClassName
{
background-color: #B57C70;
}
.BgClassName
{
background-color: #B57C70;
}
</style>
border-color css
<style>
span { border-color: #B57C70; }
span { border-color: rgb(181,124,112); }
td.TdClassName
{
border-color: #B57C70;
}
.TagClassName
{
border-color: #B57C70;
}
</style>