Shades of Brandy Rose #B58677
Tints of Brandy Rose #B58677
RGB
CMYK
RGB Variations
Color information
#B58677 (or 0xB58677) is known color: Brandy Rose. HEX triplet: B5, 86 and 77. RGB value is (181,134,119). Sum of RGB (Red+Green+Blue) = 181+134+119=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B58677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58677 is #4A7988. Grayscale: #929292. Windows color (decimal): -4880777 or 7833269. OLE color: 7833269.
HSL color Cylindrical-coordinate representation of color #B58677: hue angle of 14.52º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58677 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 119 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.29 |
| HSL | 14.52º | 0.3% | 0.59% | - |
| HSV(B) | 14.52º | 0.34% | 0.71% | - |
| XYZ | 30.91 | 28.21 | 21.27 | - |
| YUV | 146.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 119 | 0 | 0.26 | 0.34 | 0.29 | 14.52 | 0.3 | 0.59 |
| Hex | B5 | 86 | 77 | 0 | 1A | 22 | 1D | F | 1E | 3B |
| Octal | 265 | 206 | 167 | 0 | 32 | 42 | 35 | 17 | 36 | 73 |
| Binary | 10110101 | 10000110 | 1110111 | 0 | 11010 | 100010 | 11101 | 1111 | 11110 | 111011 |
Color Harmonies of #B58677
Complementary color
Monochromatic Colors of #B58677
Black with #B58677
Text Example
Text Example
White with #B58677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58677; }
p { color: rgb(181,134,119); }
H1.HeaderClassName
{
color: #B58677;
}
.AnyTagClassName
{
color: #B58677;
}
</style>
background-color css
<style>
a { background-color: #B58677; }
a { background-color: rgb(181,134,119); }
div.DivClassName
{
background-color: #B58677;
}
.BgClassName
{
background-color: #B58677;
}
</style>
border-color css
<style>
span { border-color: #B58677; }
span { border-color: rgb(181,134,119); }
td.TdClassName
{
border-color: #B58677;
}
.TagClassName
{
border-color: #B58677;
}
</style>