Shades of Brandy Rose #B58673
Tints of Brandy Rose #B58673
RGB
CMYK
RGB Variations
Color information
#B58673 (or 0xB58673) is known color: Brandy Rose. HEX triplet: B5, 86 and 73. RGB value is (181,134,115). Sum of RGB (Red+Green+Blue) = 181+134+115=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B58673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58673 is #4A798C. Grayscale: #929292. Windows color (decimal): -4880781 or 7571125. OLE color: 7571125.
HSL color Cylindrical-coordinate representation of color #B58673: hue angle of 17.27º 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 #B58673 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 115 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.29 |
| HSL | 17.27º | 0.31% | 0.58% | - |
| HSV(B) | 17.27º | 0.36% | 0.71% | - |
| XYZ | 30.68 | 28.11 | 20.03 | - |
| YUV | 145.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 115 | 0 | 0.26 | 0.36 | 0.29 | 17.27 | 0.31 | 0.58 |
| Hex | B5 | 86 | 73 | 0 | 1A | 24 | 1D | 11 | 1F | 3A |
| Octal | 265 | 206 | 163 | 0 | 32 | 44 | 35 | 21 | 37 | 72 |
| Binary | 10110101 | 10000110 | 1110011 | 0 | 11010 | 100100 | 11101 | 10001 | 11111 | 111010 |
Color Harmonies of #B58673
Complementary color
Monochromatic Colors of #B58673
Black with #B58673
Text Example
Text Example
White with #B58673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58673; }
p { color: rgb(181,134,115); }
H1.HeaderClassName
{
color: #B58673;
}
.AnyTagClassName
{
color: #B58673;
}
</style>
background-color css
<style>
a { background-color: #B58673; }
a { background-color: rgb(181,134,115); }
div.DivClassName
{
background-color: #B58673;
}
.BgClassName
{
background-color: #B58673;
}
</style>
border-color css
<style>
span { border-color: #B58673; }
span { border-color: rgb(181,134,115); }
td.TdClassName
{
border-color: #B58673;
}
.TagClassName
{
border-color: #B58673;
}
</style>