Shades of Brandy Rose #B8846D
Tints of Brandy Rose #B8846D
RGB
CMYK
RGB Variations
Color information
#B8846D (or 0xB8846D) is known color: Brandy Rose. HEX triplet: B8, 84 and 6D. RGB value is (184,132,109). Sum of RGB (Red+Green+Blue) = 184+132+109=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8846D is #477B92. Grayscale: #919191. Windows color (decimal): -4684691 or 7177400. OLE color: 7177400.
HSL color Cylindrical-coordinate representation of color #B8846D: hue angle of 18.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8846D is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 109 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.28 |
| HSL | 18.4º | 0.35% | 0.57% | - |
| HSV(B) | 18.4º | 0.41% | 0.72% | - |
| XYZ | 30.78 | 27.8 | 18.21 | - |
| YUV | 144.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 109 | 0 | 0.28 | 0.41 | 0.28 | 18.4 | 0.35 | 0.57 |
| Hex | B8 | 84 | 6D | 0 | 1C | 29 | 1C | 12 | 23 | 39 |
| Octal | 270 | 204 | 155 | 0 | 34 | 51 | 34 | 22 | 43 | 71 |
| Binary | 10111000 | 10000100 | 1101101 | 0 | 11100 | 101001 | 11100 | 10010 | 100011 | 111001 |
Color Harmonies of #B8846D
Complementary color
Monochromatic Colors of #B8846D
Black with #B8846D
Text Example
Text Example
White with #B8846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8846D; }
p { color: rgb(184,132,109); }
H1.HeaderClassName
{
color: #B8846D;
}
.AnyTagClassName
{
color: #B8846D;
}
</style>
background-color css
<style>
a { background-color: #B8846D; }
a { background-color: rgb(184,132,109); }
div.DivClassName
{
background-color: #B8846D;
}
.BgClassName
{
background-color: #B8846D;
}
</style>
border-color css
<style>
span { border-color: #B8846D; }
span { border-color: rgb(184,132,109); }
td.TdClassName
{
border-color: #B8846D;
}
.TagClassName
{
border-color: #B8846D;
}
</style>