Shades of Brandy Rose #B58377
Tints of Brandy Rose #B58377
RGB
CMYK
RGB Variations
Color information
#B58377 (or 0xB58377) is known color: Brandy Rose. HEX triplet: B5, 83 and 77. RGB value is (181,131,119). Sum of RGB (Red+Green+Blue) = 181+131+119=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58377 is #4A7C88. Grayscale: #909090. Windows color (decimal): -4881545 or 7832501. OLE color: 7832501.
HSL color Cylindrical-coordinate representation of color #B58377: hue angle of 11.61º 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 #B58377 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 119 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.29 |
| HSL | 11.61º | 0.3% | 0.59% | - |
| HSV(B) | 11.61º | 0.34% | 0.71% | - |
| XYZ | 30.5 | 27.39 | 21.13 | - |
| YUV | 144.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 119 | 0 | 0.28 | 0.34 | 0.29 | 11.61 | 0.3 | 0.59 |
| Hex | B5 | 83 | 77 | 0 | 1C | 22 | 1D | C | 1E | 3B |
| Octal | 265 | 203 | 167 | 0 | 34 | 42 | 35 | 14 | 36 | 73 |
| Binary | 10110101 | 10000011 | 1110111 | 0 | 11100 | 100010 | 11101 | 1100 | 11110 | 111011 |
Color Harmonies of #B58377
Complementary color
Monochromatic Colors of #B58377
Black with #B58377
Text Example
Text Example
White with #B58377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58377; }
p { color: rgb(181,131,119); }
H1.HeaderClassName
{
color: #B58377;
}
.AnyTagClassName
{
color: #B58377;
}
</style>
background-color css
<style>
a { background-color: #B58377; }
a { background-color: rgb(181,131,119); }
div.DivClassName
{
background-color: #B58377;
}
.BgClassName
{
background-color: #B58377;
}
</style>
border-color css
<style>
span { border-color: #B58377; }
span { border-color: rgb(181,131,119); }
td.TdClassName
{
border-color: #B58377;
}
.TagClassName
{
border-color: #B58377;
}
</style>