Shades of Golden Brown #B56812
Tints of Golden Brown #B56812
RGB
CMYK
RGB Variations
Color information
#B56812 (or 0xB56812) is known color: Golden Brown. HEX triplet: B5, 68 and 12. RGB value is (181,104,18). Sum of RGB (Red+Green+Blue) = 181+104+18=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B56812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56812 is #4A97ED. Grayscale: #757575. Windows color (decimal): -4888558 or 1206453. OLE color: 1206453.
HSL color Cylindrical-coordinate representation of color #B56812: hue angle of 31.66º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56812 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 18 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.29 |
| HSL | 31.66º | 0.82% | 0.39% | - |
| HSV(B) | 31.66º | 0.9% | 0.71% | - |
| XYZ | 24.12 | 19.77 | 3.12 | - |
| YUV | 117.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 18 | 0 | 0.43 | 0.90 | 0.29 | 31.66 | 0.82 | 0.39 |
| Hex | B5 | 68 | 12 | 0 | 2B | 5A | 1D | 20 | 52 | 27 |
| Octal | 265 | 150 | 22 | 0 | 53 | 132 | 35 | 40 | 122 | 47 |
| Binary | 10110101 | 1101000 | 10010 | 0 | 101011 | 1011010 | 11101 | 100000 | 1010010 | 100111 |
Color Harmonies of #B56812
Complementary color
Monochromatic Colors of #B56812
Black with #B56812
Text Example
Text Example
White with #B56812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56812; }
p { color: rgb(181,104,18); }
H1.HeaderClassName
{
color: #B56812;
}
.AnyTagClassName
{
color: #B56812;
}
</style>
background-color css
<style>
a { background-color: #B56812; }
a { background-color: rgb(181,104,18); }
div.DivClassName
{
background-color: #B56812;
}
.BgClassName
{
background-color: #B56812;
}
</style>
border-color css
<style>
span { border-color: #B56812; }
span { border-color: rgb(181,104,18); }
td.TdClassName
{
border-color: #B56812;
}
.TagClassName
{
border-color: #B56812;
}
</style>