Shades of Brandy Rose #B57C74
Tints of Brandy Rose #B57C74
RGB
CMYK
RGB Variations
Color information
#B57C74 (or 0xB57C74) is known color: Brandy Rose. HEX triplet: B5, 7C and 74. RGB value is (181,124,116). Sum of RGB (Red+Green+Blue) = 181+124+116=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C74 is #4A838B. Grayscale: #8C8C8C. Windows color (decimal): -4883340 or 7634101. OLE color: 7634101.
HSL color Cylindrical-coordinate representation of color #B57C74: hue angle of 7.38º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57C74 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 116 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.29 |
| HSL | 7.38º | 0.31% | 0.58% | - |
| HSV(B) | 7.38º | 0.36% | 0.71% | - |
| XYZ | 29.42 | 25.5 | 19.89 | - |
| YUV | 140.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 116 | 0 | 0.31 | 0.36 | 0.29 | 7.38 | 0.31 | 0.58 |
| Hex | B5 | 7C | 74 | 0 | 1F | 24 | 1D | 7 | 1F | 3A |
| Octal | 265 | 174 | 164 | 0 | 37 | 44 | 35 | 7 | 37 | 72 |
| Binary | 10110101 | 1111100 | 1110100 | 0 | 11111 | 100100 | 11101 | 111 | 11111 | 111010 |
Color Harmonies of #B57C74
Complementary color
Monochromatic Colors of #B57C74
Black with #B57C74
Text Example
Text Example
White with #B57C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C74; }
p { color: rgb(181,124,116); }
H1.HeaderClassName
{
color: #B57C74;
}
.AnyTagClassName
{
color: #B57C74;
}
</style>
background-color css
<style>
a { background-color: #B57C74; }
a { background-color: rgb(181,124,116); }
div.DivClassName
{
background-color: #B57C74;
}
.BgClassName
{
background-color: #B57C74;
}
</style>
border-color css
<style>
span { border-color: #B57C74; }
span { border-color: rgb(181,124,116); }
td.TdClassName
{
border-color: #B57C74;
}
.TagClassName
{
border-color: #B57C74;
}
</style>