Shades of Brandy Rose #B8836D
Tints of Brandy Rose #B8836D
RGB
CMYK
RGB Variations
Color information
#B8836D (or 0xB8836D) is known color: Brandy Rose. HEX triplet: B8, 83 and 6D. RGB value is (184,131,109). Sum of RGB (Red+Green+Blue) = 184+131+109=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8836D is #477C92. Grayscale: #909090. Windows color (decimal): -4684947 or 7177144. OLE color: 7177144.
HSL color Cylindrical-coordinate representation of color #B8836D: hue angle of 17.6º 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 #B8836D is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 109 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.28 |
| HSL | 17.6º | 0.35% | 0.57% | - |
| HSV(B) | 17.6º | 0.41% | 0.72% | - |
| XYZ | 30.64 | 27.53 | 18.17 | - |
| YUV | 144.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 109 | 0 | 0.29 | 0.41 | 0.28 | 17.6 | 0.35 | 0.57 |
| Hex | B8 | 83 | 6D | 0 | 1D | 29 | 1C | 12 | 23 | 39 |
| Octal | 270 | 203 | 155 | 0 | 35 | 51 | 34 | 22 | 43 | 71 |
| Binary | 10111000 | 10000011 | 1101101 | 0 | 11101 | 101001 | 11100 | 10010 | 100011 | 111001 |
Color Harmonies of #B8836D
Complementary color
Monochromatic Colors of #B8836D
Black with #B8836D
Text Example
Text Example
White with #B8836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8836D; }
p { color: rgb(184,131,109); }
H1.HeaderClassName
{
color: #B8836D;
}
.AnyTagClassName
{
color: #B8836D;
}
</style>
background-color css
<style>
a { background-color: #B8836D; }
a { background-color: rgb(184,131,109); }
div.DivClassName
{
background-color: #B8836D;
}
.BgClassName
{
background-color: #B8836D;
}
</style>
border-color css
<style>
span { border-color: #B8836D; }
span { border-color: rgb(184,131,109); }
td.TdClassName
{
border-color: #B8836D;
}
.TagClassName
{
border-color: #B8836D;
}
</style>