Shades of Brandy Rose #B6836E
Tints of Brandy Rose #B6836E
RGB
CMYK
RGB Variations
Color information
#B6836E (or 0xB6836E) is known color: Brandy Rose. HEX triplet: B6, 83 and 6E. RGB value is (182,131,110). Sum of RGB (Red+Green+Blue) = 182+131+110=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6836E is #497C91. Grayscale: #8F8F8F. Windows color (decimal): -4816018 or 7242678. OLE color: 7242678.
HSL color Cylindrical-coordinate representation of color #B6836E: hue angle of 17.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6836E is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 110 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.29 |
| HSL | 17.5º | 0.33% | 0.57% | - |
| HSV(B) | 17.5º | 0.4% | 0.71% | - |
| XYZ | 30.22 | 27.3 | 18.43 | - |
| YUV | 143.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 110 | 0 | 0.28 | 0.40 | 0.29 | 17.5 | 0.33 | 0.57 |
| Hex | B6 | 83 | 6E | 0 | 1C | 28 | 1D | 12 | 21 | 39 |
| Octal | 266 | 203 | 156 | 0 | 34 | 50 | 35 | 22 | 41 | 71 |
| Binary | 10110110 | 10000011 | 1101110 | 0 | 11100 | 101000 | 11101 | 10010 | 100001 | 111001 |
Color Harmonies of #B6836E
Complementary color
Monochromatic Colors of #B6836E
Black with #B6836E
Text Example
Text Example
White with #B6836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6836E; }
p { color: rgb(182,131,110); }
H1.HeaderClassName
{
color: #B6836E;
}
.AnyTagClassName
{
color: #B6836E;
}
</style>
background-color css
<style>
a { background-color: #B6836E; }
a { background-color: rgb(182,131,110); }
div.DivClassName
{
background-color: #B6836E;
}
.BgClassName
{
background-color: #B6836E;
}
</style>
border-color css
<style>
span { border-color: #B6836E; }
span { border-color: rgb(182,131,110); }
td.TdClassName
{
border-color: #B6836E;
}
.TagClassName
{
border-color: #B6836E;
}
</style>