Shades of Golden Brown #B16012
Tints of Golden Brown #B16012
RGB
CMYK
RGB Variations
Color information
#B16012 (or 0xB16012) is known color: Golden Brown. HEX triplet: B1, 60 and 12. RGB value is (177,96,18). Sum of RGB (Red+Green+Blue) = 177+96+18=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B16012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16012 is #4E9FED. Grayscale: #6F6F6F. Windows color (decimal): -5152750 or 1204401. OLE color: 1204401.
HSL color Cylindrical-coordinate representation of color #B16012: hue angle of 29.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B16012 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 18 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.31 |
| HSL | 29.43º | 0.82% | 0.38% | - |
| HSV(B) | 29.43º | 0.9% | 0.69% | - |
| XYZ | 22.42 | 17.76 | 2.82 | - |
| YUV | 111.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 18 | 0 | 0.46 | 0.90 | 0.31 | 29.43 | 0.82 | 0.38 |
| Hex | B1 | 60 | 12 | 0 | 2E | 5A | 1F | 1D | 52 | 26 |
| Octal | 261 | 140 | 22 | 0 | 56 | 132 | 37 | 35 | 122 | 46 |
| Binary | 10110001 | 1100000 | 10010 | 0 | 101110 | 1011010 | 11111 | 11101 | 1010010 | 100110 |
Color Harmonies of #B16012
Complementary color
Monochromatic Colors of #B16012
Black with #B16012
Text Example
Text Example
White with #B16012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16012; }
p { color: rgb(177,96,18); }
H1.HeaderClassName
{
color: #B16012;
}
.AnyTagClassName
{
color: #B16012;
}
</style>
background-color css
<style>
a { background-color: #B16012; }
a { background-color: rgb(177,96,18); }
div.DivClassName
{
background-color: #B16012;
}
.BgClassName
{
background-color: #B16012;
}
</style>
border-color css
<style>
span { border-color: #B16012; }
span { border-color: rgb(177,96,18); }
td.TdClassName
{
border-color: #B16012;
}
.TagClassName
{
border-color: #B16012;
}
</style>