Shades of Brandy Rose #B57777
Tints of Brandy Rose #B57777
RGB
CMYK
RGB Variations
Color information
#B57777 (or 0xB57777) is known color: Brandy Rose. HEX triplet: B5, 77 and 77. RGB value is (181,119,119). Sum of RGB (Red+Green+Blue) = 181+119+119=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B57777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57777 is #4A8888. Grayscale: #898989. Windows color (decimal): -4884617 or 7829429. OLE color: 7829429.
HSL color Cylindrical-coordinate representation of color #B57777: hue angle of 0º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57777 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 119 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.29 |
| HSL | 0º | 0.3% | 0.59% | - |
| HSV(B) | 0º | 0.34% | 0.71% | - |
| XYZ | 28.98 | 24.35 | 20.63 | - |
| YUV | 137.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 119 | 0 | 0.34 | 0.34 | 0.29 | 0 | 0.3 | 0.59 |
| Hex | B5 | 77 | 77 | 0 | 22 | 22 | 1D | 0 | 1E | 3B |
| Octal | 265 | 167 | 167 | 0 | 42 | 42 | 35 | 0 | 36 | 73 |
| Binary | 10110101 | 1110111 | 1110111 | 0 | 100010 | 100010 | 11101 | 0 | 11110 | 111011 |
Color Harmonies of #B57777
Complementary color
Monochromatic Colors of #B57777
Black with #B57777
Text Example
Text Example
White with #B57777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57777; }
p { color: rgb(181,119,119); }
H1.HeaderClassName
{
color: #B57777;
}
.AnyTagClassName
{
color: #B57777;
}
</style>
background-color css
<style>
a { background-color: #B57777; }
a { background-color: rgb(181,119,119); }
div.DivClassName
{
background-color: #B57777;
}
.BgClassName
{
background-color: #B57777;
}
</style>
border-color css
<style>
span { border-color: #B57777; }
span { border-color: rgb(181,119,119); }
td.TdClassName
{
border-color: #B57777;
}
.TagClassName
{
border-color: #B57777;
}
</style>