Shades of Brandy Rose #B57873
Tints of Brandy Rose #B57873
RGB
CMYK
RGB Variations
Color information
#B57873 (or 0xB57873) is known color: Brandy Rose. HEX triplet: B5, 78 and 73. RGB value is (181,120,115). Sum of RGB (Red+Green+Blue) = 181+120+115=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B57873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57873 is #4A878C. Grayscale: #898989. Windows color (decimal): -4884365 or 7567541. OLE color: 7567541.
HSL color Cylindrical-coordinate representation of color #B57873: hue angle of 4.55º 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 #B57873 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 115 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.29 |
| HSL | 4.55º | 0.31% | 0.58% | - |
| HSV(B) | 4.55º | 0.36% | 0.71% | - |
| XYZ | 28.87 | 24.49 | 19.43 | - |
| YUV | 137.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 115 | 0 | 0.34 | 0.36 | 0.29 | 4.55 | 0.31 | 0.58 |
| Hex | B5 | 78 | 73 | 0 | 22 | 24 | 1D | 5 | 1F | 3A |
| Octal | 265 | 170 | 163 | 0 | 42 | 44 | 35 | 5 | 37 | 72 |
| Binary | 10110101 | 1111000 | 1110011 | 0 | 100010 | 100100 | 11101 | 101 | 11111 | 111010 |
Color Harmonies of #B57873
Complementary color
Monochromatic Colors of #B57873
Black with #B57873
Text Example
Text Example
White with #B57873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57873; }
p { color: rgb(181,120,115); }
H1.HeaderClassName
{
color: #B57873;
}
.AnyTagClassName
{
color: #B57873;
}
</style>
background-color css
<style>
a { background-color: #B57873; }
a { background-color: rgb(181,120,115); }
div.DivClassName
{
background-color: #B57873;
}
.BgClassName
{
background-color: #B57873;
}
</style>
border-color css
<style>
span { border-color: #B57873; }
span { border-color: rgb(181,120,115); }
td.TdClassName
{
border-color: #B57873;
}
.TagClassName
{
border-color: #B57873;
}
</style>