Shades of Golden Brown #B46211
Tints of Golden Brown #B46211
RGB
CMYK
RGB Variations
Color information
#B46211 (or 0xB46211) is known color: Golden Brown. HEX triplet: B4, 62 and 11. RGB value is (180,98,17). Sum of RGB (Red+Green+Blue) = 180+98+17=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B46211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46211 is #4B9DEE. Grayscale: #717171. Windows color (decimal): -4955631 or 1139380. OLE color: 1139380.
HSL color Cylindrical-coordinate representation of color #B46211: hue angle of 29.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B46211 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 98 | 17 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.29 |
| HSL | 29.82º | 0.83% | 0.39% | - |
| HSV(B) | 29.82º | 0.91% | 0.71% | - |
| XYZ | 23.29 | 18.48 | 2.87 | - |
| YUV | 113.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 17 | 0 | 0.46 | 0.91 | 0.29 | 29.82 | 0.83 | 0.39 |
| Hex | B4 | 62 | 11 | 0 | 2E | 5B | 1D | 1E | 53 | 27 |
| Octal | 264 | 142 | 21 | 0 | 56 | 133 | 35 | 36 | 123 | 47 |
| Binary | 10110100 | 1100010 | 10001 | 0 | 101110 | 1011011 | 11101 | 11110 | 1010011 | 100111 |
Color Harmonies of #B46211
Complementary color
Monochromatic Colors of #B46211
Black with #B46211
Text Example
Text Example
White with #B46211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46211; }
p { color: rgb(180,98,17); }
H1.HeaderClassName
{
color: #B46211;
}
.AnyTagClassName
{
color: #B46211;
}
</style>
background-color css
<style>
a { background-color: #B46211; }
a { background-color: rgb(180,98,17); }
div.DivClassName
{
background-color: #B46211;
}
.BgClassName
{
background-color: #B46211;
}
</style>
border-color css
<style>
span { border-color: #B46211; }
span { border-color: rgb(180,98,17); }
td.TdClassName
{
border-color: #B46211;
}
.TagClassName
{
border-color: #B46211;
}
</style>