Shades of Brandy Rose #B57F7B
Tints of Brandy Rose #B57F7B
RGB
CMYK
RGB Variations
Color information
#B57F7B (or 0xB57F7B) is known color: Brandy Rose. HEX triplet: B5, 7F and 7B. RGB value is (181,127,123). Sum of RGB (Red+Green+Blue) = 181+127+123=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F7B is #4A8084. Grayscale: #8E8E8E. Windows color (decimal): -4882565 or 8093621. OLE color: 8093621.
HSL color Cylindrical-coordinate representation of color #B57F7B: hue angle of 4.14º 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 #B57F7B is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 123 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.29 |
| HSL | 4.14º | 0.28% | 0.6% | - |
| HSV(B) | 4.14º | 0.32% | 0.71% | - |
| XYZ | 30.22 | 26.43 | 22.25 | - |
| YUV | 142.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 123 | 0 | 0.30 | 0.32 | 0.29 | 4.14 | 0.28 | 0.6 |
| Hex | B5 | 7F | 7B | 0 | 1E | 20 | 1D | 4 | 1C | 3C |
| Octal | 265 | 177 | 173 | 0 | 36 | 40 | 35 | 4 | 34 | 74 |
| Binary | 10110101 | 1111111 | 1111011 | 0 | 11110 | 100000 | 11101 | 100 | 11100 | 111100 |
Color Harmonies of #B57F7B
Complementary color
Monochromatic Colors of #B57F7B
Black with #B57F7B
Text Example
Text Example
White with #B57F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F7B; }
p { color: rgb(181,127,123); }
H1.HeaderClassName
{
color: #B57F7B;
}
.AnyTagClassName
{
color: #B57F7B;
}
</style>
background-color css
<style>
a { background-color: #B57F7B; }
a { background-color: rgb(181,127,123); }
div.DivClassName
{
background-color: #B57F7B;
}
.BgClassName
{
background-color: #B57F7B;
}
</style>
border-color css
<style>
span { border-color: #B57F7B; }
span { border-color: rgb(181,127,123); }
td.TdClassName
{
border-color: #B57F7B;
}
.TagClassName
{
border-color: #B57F7B;
}
</style>