Shades of Brandy Rose #B57D6D
Tints of Brandy Rose #B57D6D
RGB
CMYK
RGB Variations
Color information
#B57D6D (or 0xB57D6D) is known color: Brandy Rose. HEX triplet: B5, 7D and 6D. RGB value is (181,125,109). Sum of RGB (Red+Green+Blue) = 181+125+109=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D6D is #4A8292. Grayscale: #8C8C8C. Windows color (decimal): -4883091 or 7175605. OLE color: 7175605.
HSL color Cylindrical-coordinate representation of color #B57D6D: hue angle of 13.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B57D6D is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 109 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.29 |
| HSL | 13.33º | 0.33% | 0.57% | - |
| HSV(B) | 13.33º | 0.4% | 0.71% | - |
| XYZ | 29.15 | 25.6 | 17.87 | - |
| YUV | 139.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 109 | 0 | 0.31 | 0.40 | 0.29 | 13.33 | 0.33 | 0.57 |
| Hex | B5 | 7D | 6D | 0 | 1F | 28 | 1D | D | 21 | 39 |
| Octal | 265 | 175 | 155 | 0 | 37 | 50 | 35 | 15 | 41 | 71 |
| Binary | 10110101 | 1111101 | 1101101 | 0 | 11111 | 101000 | 11101 | 1101 | 100001 | 111001 |
Color Harmonies of #B57D6D
Complementary color
Monochromatic Colors of #B57D6D
Black with #B57D6D
Text Example
Text Example
White with #B57D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D6D; }
p { color: rgb(181,125,109); }
H1.HeaderClassName
{
color: #B57D6D;
}
.AnyTagClassName
{
color: #B57D6D;
}
</style>
background-color css
<style>
a { background-color: #B57D6D; }
a { background-color: rgb(181,125,109); }
div.DivClassName
{
background-color: #B57D6D;
}
.BgClassName
{
background-color: #B57D6D;
}
</style>
border-color css
<style>
span { border-color: #B57D6D; }
span { border-color: rgb(181,125,109); }
td.TdClassName
{
border-color: #B57D6D;
}
.TagClassName
{
border-color: #B57D6D;
}
</style>