Shades of Brandy Rose #B88B74
Tints of Brandy Rose #B88B74
RGB
CMYK
RGB Variations
Color information
#B88B74 (or 0xB88B74) is known color: Brandy Rose. HEX triplet: B8, 8B and 74. RGB value is (184,139,116). Sum of RGB (Red+Green+Blue) = 184+139+116=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B74 is #47748B. Grayscale: #959595. Windows color (decimal): -4682892 or 7637944. OLE color: 7637944.
HSL color Cylindrical-coordinate representation of color #B88B74: hue angle of 20.29º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B88B74 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 116 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.28 |
| HSL | 20.29º | 0.32% | 0.59% | - |
| HSV(B) | 20.29º | 0.37% | 0.72% | - |
| XYZ | 32.15 | 29.92 | 20.6 | - |
| YUV | 149.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 116 | 0 | 0.24 | 0.37 | 0.28 | 20.29 | 0.32 | 0.59 |
| Hex | B8 | 8B | 74 | 0 | 18 | 25 | 1C | 14 | 20 | 3B |
| Octal | 270 | 213 | 164 | 0 | 30 | 45 | 34 | 24 | 40 | 73 |
| Binary | 10111000 | 10001011 | 1110100 | 0 | 11000 | 100101 | 11100 | 10100 | 100000 | 111011 |
Color Harmonies of #B88B74
Complementary color
Monochromatic Colors of #B88B74
Black with #B88B74
Text Example
Text Example
White with #B88B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B74; }
p { color: rgb(184,139,116); }
H1.HeaderClassName
{
color: #B88B74;
}
.AnyTagClassName
{
color: #B88B74;
}
</style>
background-color css
<style>
a { background-color: #B88B74; }
a { background-color: rgb(184,139,116); }
div.DivClassName
{
background-color: #B88B74;
}
.BgClassName
{
background-color: #B88B74;
}
</style>
border-color css
<style>
span { border-color: #B88B74; }
span { border-color: rgb(184,139,116); }
td.TdClassName
{
border-color: #B88B74;
}
.TagClassName
{
border-color: #B88B74;
}
</style>