Shades of Golden Brown #B16612
Tints of Golden Brown #B16612
RGB
CMYK
RGB Variations
Color information
#B16612 (or 0xB16612) is known color: Golden Brown. HEX triplet: B1, 66 and 12. RGB value is (177,102,18). Sum of RGB (Red+Green+Blue) = 177+102+18=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B16612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16612 is #4E99ED. Grayscale: #737373. Windows color (decimal): -5151214 or 1205937. OLE color: 1205937.
HSL color Cylindrical-coordinate representation of color #B16612: hue angle of 31.7º 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 #B16612 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.31 |
| HSL | 31.7º | 0.82% | 0.38% | - |
| HSV(B) | 31.7º | 0.9% | 0.69% | - |
| XYZ | 22.99 | 18.89 | 3.01 | - |
| YUV | 114.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 18 | 0 | 0.42 | 0.90 | 0.31 | 31.7 | 0.82 | 0.38 |
| Hex | B1 | 66 | 12 | 0 | 2A | 5A | 1F | 20 | 52 | 26 |
| Octal | 261 | 146 | 22 | 0 | 52 | 132 | 37 | 40 | 122 | 46 |
| Binary | 10110001 | 1100110 | 10010 | 0 | 101010 | 1011010 | 11111 | 100000 | 1010010 | 100110 |
Color Harmonies of #B16612
Complementary color
Monochromatic Colors of #B16612
Black with #B16612
Text Example
Text Example
White with #B16612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16612; }
p { color: rgb(177,102,18); }
H1.HeaderClassName
{
color: #B16612;
}
.AnyTagClassName
{
color: #B16612;
}
</style>
background-color css
<style>
a { background-color: #B16612; }
a { background-color: rgb(177,102,18); }
div.DivClassName
{
background-color: #B16612;
}
.BgClassName
{
background-color: #B16612;
}
</style>
border-color css
<style>
span { border-color: #B16612; }
span { border-color: rgb(177,102,18); }
td.TdClassName
{
border-color: #B16612;
}
.TagClassName
{
border-color: #B16612;
}
</style>