Shades of Brandy Rose #B57E7B
Tints of Brandy Rose #B57E7B
RGB
CMYK
RGB Variations
Color information
#B57E7B (or 0xB57E7B) is known color: Brandy Rose. HEX triplet: B5, 7E and 7B. RGB value is (181,126,123). Sum of RGB (Red+Green+Blue) = 181+126+123=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E7B is #4A8184. Grayscale: #8E8E8E. Windows color (decimal): -4882821 or 8093365. OLE color: 8093365.
HSL color Cylindrical-coordinate representation of color #B57E7B: hue angle of 3.1º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57E7B is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 123 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.29 |
| HSL | 3.1º | 0.28% | 0.6% | - |
| HSV(B) | 3.1º | 0.32% | 0.71% | - |
| XYZ | 30.09 | 26.18 | 22.21 | - |
| YUV | 142.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 123 | 0 | 0.30 | 0.32 | 0.29 | 3.1 | 0.28 | 0.6 |
| Hex | B5 | 7E | 7B | 0 | 1E | 20 | 1D | 3 | 1C | 3C |
| Octal | 265 | 176 | 173 | 0 | 36 | 40 | 35 | 3 | 34 | 74 |
| Binary | 10110101 | 1111110 | 1111011 | 0 | 11110 | 100000 | 11101 | 11 | 11100 | 111100 |
Color Harmonies of #B57E7B
Complementary color
Monochromatic Colors of #B57E7B
Black with #B57E7B
Text Example
Text Example
White with #B57E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E7B; }
p { color: rgb(181,126,123); }
H1.HeaderClassName
{
color: #B57E7B;
}
.AnyTagClassName
{
color: #B57E7B;
}
</style>
background-color css
<style>
a { background-color: #B57E7B; }
a { background-color: rgb(181,126,123); }
div.DivClassName
{
background-color: #B57E7B;
}
.BgClassName
{
background-color: #B57E7B;
}
</style>
border-color css
<style>
span { border-color: #B57E7B; }
span { border-color: rgb(181,126,123); }
td.TdClassName
{
border-color: #B57E7B;
}
.TagClassName
{
border-color: #B57E7B;
}
</style>