Shades of Brandy Rose #B57878
Tints of Brandy Rose #B57878
RGB
CMYK
RGB Variations
Color information
#B57878 (or 0xB57878) is known color: Brandy Rose. HEX triplet: B5, 78 and 78. RGB value is (181,120,120). Sum of RGB (Red+Green+Blue) = 181+120+120=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B57878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57878 is #4A8787. Grayscale: #8A8A8A. Windows color (decimal): -4884360 or 7895221. OLE color: 7895221.
HSL color Cylindrical-coordinate representation of color #B57878: hue angle of 0º degrees, saturation: 0.29, 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 #B57878 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 120 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.29 |
| HSL | 0º | 0.29% | 0.59% | - |
| HSV(B) | 0º | 0.34% | 0.71% | - |
| XYZ | 29.16 | 24.61 | 20.98 | - |
| YUV | 138.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 120 | 0 | 0.34 | 0.34 | 0.29 | 0 | 0.29 | 0.59 |
| Hex | B5 | 78 | 78 | 0 | 22 | 22 | 1D | 0 | 1D | 3B |
| Octal | 265 | 170 | 170 | 0 | 42 | 42 | 35 | 0 | 35 | 73 |
| Binary | 10110101 | 1111000 | 1111000 | 0 | 100010 | 100010 | 11101 | 0 | 11101 | 111011 |
Color Harmonies of #B57878
Complementary color
Monochromatic Colors of #B57878
Black with #B57878
Text Example
Text Example
White with #B57878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57878; }
p { color: rgb(181,120,120); }
H1.HeaderClassName
{
color: #B57878;
}
.AnyTagClassName
{
color: #B57878;
}
</style>
background-color css
<style>
a { background-color: #B57878; }
a { background-color: rgb(181,120,120); }
div.DivClassName
{
background-color: #B57878;
}
.BgClassName
{
background-color: #B57878;
}
</style>
border-color css
<style>
span { border-color: #B57878; }
span { border-color: rgb(181,120,120); }
td.TdClassName
{
border-color: #B57878;
}
.TagClassName
{
border-color: #B57878;
}
</style>