Shades of Brandy Rose #B57F75
Tints of Brandy Rose #B57F75
RGB
CMYK
RGB Variations
Color information
#B57F75 (or 0xB57F75) is known color: Brandy Rose. HEX triplet: B5, 7F and 75. RGB value is (181,127,117). Sum of RGB (Red+Green+Blue) = 181+127+117=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F75 is #4A808A. Grayscale: #8E8E8E. Windows color (decimal): -4882571 or 7700405. OLE color: 7700405.
HSL color Cylindrical-coordinate representation of color #B57F75: hue angle of 9.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57F75 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 117 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.29 |
| HSL | 9.38º | 0.3% | 0.58% | - |
| HSV(B) | 9.38º | 0.35% | 0.71% | - |
| XYZ | 29.86 | 26.29 | 20.33 | - |
| YUV | 142.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 117 | 0 | 0.30 | 0.35 | 0.29 | 9.38 | 0.3 | 0.58 |
| Hex | B5 | 7F | 75 | 0 | 1E | 23 | 1D | 9 | 1E | 3A |
| Octal | 265 | 177 | 165 | 0 | 36 | 43 | 35 | 11 | 36 | 72 |
| Binary | 10110101 | 1111111 | 1110101 | 0 | 11110 | 100011 | 11101 | 1001 | 11110 | 111010 |
Color Harmonies of #B57F75
Complementary color
Monochromatic Colors of #B57F75
Black with #B57F75
Text Example
Text Example
White with #B57F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F75; }
p { color: rgb(181,127,117); }
H1.HeaderClassName
{
color: #B57F75;
}
.AnyTagClassName
{
color: #B57F75;
}
</style>
background-color css
<style>
a { background-color: #B57F75; }
a { background-color: rgb(181,127,117); }
div.DivClassName
{
background-color: #B57F75;
}
.BgClassName
{
background-color: #B57F75;
}
</style>
border-color css
<style>
span { border-color: #B57F75; }
span { border-color: rgb(181,127,117); }
td.TdClassName
{
border-color: #B57F75;
}
.TagClassName
{
border-color: #B57F75;
}
</style>