Shades of Brandy Rose #B57D6E
Tints of Brandy Rose #B57D6E
RGB
CMYK
RGB Variations
Color information
#B57D6E (or 0xB57D6E) is known color: Brandy Rose. HEX triplet: B5, 7D and 6E. RGB value is (181,125,110). Sum of RGB (Red+Green+Blue) = 181+125+110=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D6E is #4A8291. Grayscale: #8C8C8C. Windows color (decimal): -4883090 or 7241141. OLE color: 7241141.
HSL color Cylindrical-coordinate representation of color #B57D6E: hue angle of 12.68º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B57D6E is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 110 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.29 |
| HSL | 12.68º | 0.32% | 0.57% | - |
| HSV(B) | 12.68º | 0.39% | 0.71% | - |
| XYZ | 29.2 | 25.62 | 18.16 | - |
| YUV | 140.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 110 | 0 | 0.31 | 0.39 | 0.29 | 12.68 | 0.32 | 0.57 |
| Hex | B5 | 7D | 6E | 0 | 1F | 27 | 1D | D | 20 | 39 |
| Octal | 265 | 175 | 156 | 0 | 37 | 47 | 35 | 15 | 40 | 71 |
| Binary | 10110101 | 1111101 | 1101110 | 0 | 11111 | 100111 | 11101 | 1101 | 100000 | 111001 |
Color Harmonies of #B57D6E
Complementary color
Monochromatic Colors of #B57D6E
Black with #B57D6E
Text Example
Text Example
White with #B57D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D6E; }
p { color: rgb(181,125,110); }
H1.HeaderClassName
{
color: #B57D6E;
}
.AnyTagClassName
{
color: #B57D6E;
}
</style>
background-color css
<style>
a { background-color: #B57D6E; }
a { background-color: rgb(181,125,110); }
div.DivClassName
{
background-color: #B57D6E;
}
.BgClassName
{
background-color: #B57D6E;
}
</style>
border-color css
<style>
span { border-color: #B57D6E; }
span { border-color: rgb(181,125,110); }
td.TdClassName
{
border-color: #B57D6E;
}
.TagClassName
{
border-color: #B57D6E;
}
</style>