Shades of Brandy Rose #B88577
Tints of Brandy Rose #B88577
RGB
CMYK
RGB Variations
Color information
#B88577 (or 0xB88577) is known color: Brandy Rose. HEX triplet: B8, 85 and 77. RGB value is (184,133,119). Sum of RGB (Red+Green+Blue) = 184+133+119=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88577 is #477A88. Grayscale: #929292. Windows color (decimal): -4684425 or 7833016. OLE color: 7833016.
HSL color Cylindrical-coordinate representation of color #B88577: hue angle of 12.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88577 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 119 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.28 |
| HSL | 12.92º | 0.31% | 0.59% | - |
| HSV(B) | 12.92º | 0.35% | 0.72% | - |
| XYZ | 31.48 | 28.3 | 21.26 | - |
| YUV | 146.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 119 | 0 | 0.28 | 0.35 | 0.28 | 12.92 | 0.31 | 0.59 |
| Hex | B8 | 85 | 77 | 0 | 1C | 23 | 1C | D | 1F | 3B |
| Octal | 270 | 205 | 167 | 0 | 34 | 43 | 34 | 15 | 37 | 73 |
| Binary | 10111000 | 10000101 | 1110111 | 0 | 11100 | 100011 | 11100 | 1101 | 11111 | 111011 |
Color Harmonies of #B88577
Complementary color
Monochromatic Colors of #B88577
Black with #B88577
Text Example
Text Example
White with #B88577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88577; }
p { color: rgb(184,133,119); }
H1.HeaderClassName
{
color: #B88577;
}
.AnyTagClassName
{
color: #B88577;
}
</style>
background-color css
<style>
a { background-color: #B88577; }
a { background-color: rgb(184,133,119); }
div.DivClassName
{
background-color: #B88577;
}
.BgClassName
{
background-color: #B88577;
}
</style>
border-color css
<style>
span { border-color: #B88577; }
span { border-color: rgb(184,133,119); }
td.TdClassName
{
border-color: #B88577;
}
.TagClassName
{
border-color: #B88577;
}
</style>