Shades of Brandy Rose #B57875
Tints of Brandy Rose #B57875
RGB
CMYK
RGB Variations
Color information
#B57875 (or 0xB57875) is known color: Brandy Rose. HEX triplet: B5, 78 and 75. RGB value is (181,120,117). Sum of RGB (Red+Green+Blue) = 181+120+117=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B57875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57875 is #4A878A. Grayscale: #898989. Windows color (decimal): -4884363 or 7698613. OLE color: 7698613.
HSL color Cylindrical-coordinate representation of color #B57875: hue angle of 2.81º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57875 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 117 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.29 |
| HSL | 2.81º | 0.3% | 0.58% | - |
| HSV(B) | 2.81º | 0.35% | 0.71% | - |
| XYZ | 28.98 | 24.54 | 20.04 | - |
| YUV | 137.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 117 | 0 | 0.34 | 0.35 | 0.29 | 2.81 | 0.3 | 0.58 |
| Hex | B5 | 78 | 75 | 0 | 22 | 23 | 1D | 3 | 1E | 3A |
| Octal | 265 | 170 | 165 | 0 | 42 | 43 | 35 | 3 | 36 | 72 |
| Binary | 10110101 | 1111000 | 1110101 | 0 | 100010 | 100011 | 11101 | 11 | 11110 | 111010 |
Color Harmonies of #B57875
Complementary color
Monochromatic Colors of #B57875
Black with #B57875
Text Example
Text Example
White with #B57875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57875; }
p { color: rgb(181,120,117); }
H1.HeaderClassName
{
color: #B57875;
}
.AnyTagClassName
{
color: #B57875;
}
</style>
background-color css
<style>
a { background-color: #B57875; }
a { background-color: rgb(181,120,117); }
div.DivClassName
{
background-color: #B57875;
}
.BgClassName
{
background-color: #B57875;
}
</style>
border-color css
<style>
span { border-color: #B57875; }
span { border-color: rgb(181,120,117); }
td.TdClassName
{
border-color: #B57875;
}
.TagClassName
{
border-color: #B57875;
}
</style>