Shades of Brandy Rose #B8856E
Tints of Brandy Rose #B8856E
RGB
CMYK
RGB Variations
Color information
#B8856E (or 0xB8856E) is known color: Brandy Rose. HEX triplet: B8, 85 and 6E. RGB value is (184,133,110). Sum of RGB (Red+Green+Blue) = 184+133+110=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8856E is #477A91. Grayscale: #919191. Windows color (decimal): -4684434 or 7243192. OLE color: 7243192.
HSL color Cylindrical-coordinate representation of color #B8856E: hue angle of 18.65º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8856E is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 110 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.28 |
| HSL | 18.65º | 0.34% | 0.58% | - |
| HSV(B) | 18.65º | 0.4% | 0.72% | - |
| XYZ | 30.97 | 28.09 | 18.54 | - |
| YUV | 145.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 110 | 0 | 0.28 | 0.40 | 0.28 | 18.65 | 0.34 | 0.58 |
| Hex | B8 | 85 | 6E | 0 | 1C | 28 | 1C | 13 | 22 | 3A |
| Octal | 270 | 205 | 156 | 0 | 34 | 50 | 34 | 23 | 42 | 72 |
| Binary | 10111000 | 10000101 | 1101110 | 0 | 11100 | 101000 | 11100 | 10011 | 100010 | 111010 |
Color Harmonies of #B8856E
Complementary color
Monochromatic Colors of #B8856E
Black with #B8856E
Text Example
Text Example
White with #B8856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8856E; }
p { color: rgb(184,133,110); }
H1.HeaderClassName
{
color: #B8856E;
}
.AnyTagClassName
{
color: #B8856E;
}
</style>
background-color css
<style>
a { background-color: #B8856E; }
a { background-color: rgb(184,133,110); }
div.DivClassName
{
background-color: #B8856E;
}
.BgClassName
{
background-color: #B8856E;
}
</style>
border-color css
<style>
span { border-color: #B8856E; }
span { border-color: rgb(184,133,110); }
td.TdClassName
{
border-color: #B8856E;
}
.TagClassName
{
border-color: #B8856E;
}
</style>