Shades of Brandy Rose #B58679
Tints of Brandy Rose #B58679
RGB
CMYK
RGB Variations
Color information
#B58679 (or 0xB58679) is known color: Brandy Rose. HEX triplet: B5, 86 and 79. RGB value is (181,134,121). Sum of RGB (Red+Green+Blue) = 181+134+121=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B58679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58679 is #4A7986. Grayscale: #929292. Windows color (decimal): -4880775 or 7964341. OLE color: 7964341.
HSL color Cylindrical-coordinate representation of color #B58679: hue angle of 13º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B58679 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 121 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.29 |
| HSL | 13º | 0.29% | 0.59% | - |
| HSV(B) | 13º | 0.33% | 0.71% | - |
| XYZ | 31.03 | 28.25 | 21.91 | - |
| YUV | 146.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 121 | 0 | 0.26 | 0.33 | 0.29 | 13 | 0.29 | 0.59 |
| Hex | B5 | 86 | 79 | 0 | 1A | 21 | 1D | D | 1D | 3B |
| Octal | 265 | 206 | 171 | 0 | 32 | 41 | 35 | 15 | 35 | 73 |
| Binary | 10110101 | 10000110 | 1111001 | 0 | 11010 | 100001 | 11101 | 1101 | 11101 | 111011 |
Color Harmonies of #B58679
Complementary color
Monochromatic Colors of #B58679
Black with #B58679
Text Example
Text Example
White with #B58679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58679; }
p { color: rgb(181,134,121); }
H1.HeaderClassName
{
color: #B58679;
}
.AnyTagClassName
{
color: #B58679;
}
</style>
background-color css
<style>
a { background-color: #B58679; }
a { background-color: rgb(181,134,121); }
div.DivClassName
{
background-color: #B58679;
}
.BgClassName
{
background-color: #B58679;
}
</style>
border-color css
<style>
span { border-color: #B58679; }
span { border-color: rgb(181,134,121); }
td.TdClassName
{
border-color: #B58679;
}
.TagClassName
{
border-color: #B58679;
}
</style>