Shades of Golden Brown #B36812
Tints of Golden Brown #B36812
RGB
CMYK
RGB Variations
Color information
#B36812 (or 0xB36812) is known color: Golden Brown. HEX triplet: B3, 68 and 12. RGB value is (179,104,18). Sum of RGB (Red+Green+Blue) = 179+104+18=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B36812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36812 is #4C97ED. Grayscale: #757575. Windows color (decimal): -5019630 or 1206451. OLE color: 1206451.
HSL color Cylindrical-coordinate representation of color #B36812: hue angle of 32.05º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B36812 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.30 |
| HSL | 32.05º | 0.82% | 0.39% | - |
| HSV(B) | 32.05º | 0.9% | 0.7% | - |
| XYZ | 23.65 | 19.53 | 3.1 | - |
| YUV | 116.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 18 | 0 | 0.42 | 0.90 | 0.30 | 32.05 | 0.82 | 0.39 |
| Hex | B3 | 68 | 12 | 0 | 2A | 5A | 1E | 20 | 52 | 27 |
| Octal | 263 | 150 | 22 | 0 | 52 | 132 | 36 | 40 | 122 | 47 |
| Binary | 10110011 | 1101000 | 10010 | 0 | 101010 | 1011010 | 11110 | 100000 | 1010010 | 100111 |
Color Harmonies of #B36812
Complementary color
Monochromatic Colors of #B36812
Black with #B36812
Text Example
Text Example
White with #B36812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36812; }
p { color: rgb(179,104,18); }
H1.HeaderClassName
{
color: #B36812;
}
.AnyTagClassName
{
color: #B36812;
}
</style>
background-color css
<style>
a { background-color: #B36812; }
a { background-color: rgb(179,104,18); }
div.DivClassName
{
background-color: #B36812;
}
.BgClassName
{
background-color: #B36812;
}
</style>
border-color css
<style>
span { border-color: #B36812; }
span { border-color: rgb(179,104,18); }
td.TdClassName
{
border-color: #B36812;
}
.TagClassName
{
border-color: #B36812;
}
</style>