Shades of Brandy Rose #B57D72
Tints of Brandy Rose #B57D72
RGB
CMYK
RGB Variations
Color information
#B57D72 (or 0xB57D72) is known color: Brandy Rose. HEX triplet: B5, 7D and 72. RGB value is (181,125,114). Sum of RGB (Red+Green+Blue) = 181+125+114=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D72 is #4A828D. Grayscale: #8C8C8C. Windows color (decimal): -4883086 or 7503285. OLE color: 7503285.
HSL color Cylindrical-coordinate representation of color #B57D72: hue angle of 9.85º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57D72 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 114 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.29 |
| HSL | 9.85º | 0.31% | 0.58% | - |
| HSV(B) | 9.85º | 0.37% | 0.71% | - |
| XYZ | 29.43 | 25.71 | 19.33 | - |
| YUV | 140.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 114 | 0 | 0.31 | 0.37 | 0.29 | 9.85 | 0.31 | 0.58 |
| Hex | B5 | 7D | 72 | 0 | 1F | 25 | 1D | A | 1F | 3A |
| Octal | 265 | 175 | 162 | 0 | 37 | 45 | 35 | 12 | 37 | 72 |
| Binary | 10110101 | 1111101 | 1110010 | 0 | 11111 | 100101 | 11101 | 1010 | 11111 | 111010 |
Color Harmonies of #B57D72
Complementary color
Monochromatic Colors of #B57D72
Black with #B57D72
Text Example
Text Example
White with #B57D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D72; }
p { color: rgb(181,125,114); }
H1.HeaderClassName
{
color: #B57D72;
}
.AnyTagClassName
{
color: #B57D72;
}
</style>
background-color css
<style>
a { background-color: #B57D72; }
a { background-color: rgb(181,125,114); }
div.DivClassName
{
background-color: #B57D72;
}
.BgClassName
{
background-color: #B57D72;
}
</style>
border-color css
<style>
span { border-color: #B57D72; }
span { border-color: rgb(181,125,114); }
td.TdClassName
{
border-color: #B57D72;
}
.TagClassName
{
border-color: #B57D72;
}
</style>