Shades of Brandy Rose #B18573
Tints of Brandy Rose #B18573
RGB
CMYK
RGB Variations
Color information
#B18573 (or 0xB18573) is known color: Brandy Rose. HEX triplet: B1, 85 and 73. RGB value is (177,133,115). Sum of RGB (Red+Green+Blue) = 177+133+115=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18573 is #4E7A8C. Grayscale: #909090. Windows color (decimal): -5143181 or 7570865. OLE color: 7570865.
HSL color Cylindrical-coordinate representation of color #B18573: hue angle of 17.42º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18573 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 115 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.31 |
| HSL | 17.42º | 0.28% | 0.57% | - |
| HSV(B) | 17.42º | 0.35% | 0.69% | - |
| XYZ | 29.61 | 27.36 | 19.94 | - |
| YUV | 144.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 115 | 0 | 0.25 | 0.35 | 0.31 | 17.42 | 0.28 | 0.57 |
| Hex | B1 | 85 | 73 | 0 | 19 | 23 | 1F | 11 | 1C | 39 |
| Octal | 261 | 205 | 163 | 0 | 31 | 43 | 37 | 21 | 34 | 71 |
| Binary | 10110001 | 10000101 | 1110011 | 0 | 11001 | 100011 | 11111 | 10001 | 11100 | 111001 |
Color Harmonies of #B18573
Complementary color
Monochromatic Colors of #B18573
Black with #B18573
Text Example
Text Example
White with #B18573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18573; }
p { color: rgb(177,133,115); }
H1.HeaderClassName
{
color: #B18573;
}
.AnyTagClassName
{
color: #B18573;
}
</style>
background-color css
<style>
a { background-color: #B18573; }
a { background-color: rgb(177,133,115); }
div.DivClassName
{
background-color: #B18573;
}
.BgClassName
{
background-color: #B18573;
}
</style>
border-color css
<style>
span { border-color: #B18573; }
span { border-color: rgb(177,133,115); }
td.TdClassName
{
border-color: #B18573;
}
.TagClassName
{
border-color: #B18573;
}
</style>