Shades of Golden Brown #B16900
Tints of Golden Brown #B16900
RGB
CMYK
RGB Variations
Color information
#B16900 (or 0xB16900) is known color: Golden Brown. HEX triplet: B1, 69 and 00. RGB value is (177,105,0). Sum of RGB (Red+Green+Blue) = 177+105+0=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B16900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16900 is #4E96FF. Grayscale: #737373. Windows color (decimal): -5150464 or 27057. OLE color: 27057.
HSL color Cylindrical-coordinate representation of color #B16900: hue angle of 35.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B16900 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.31 |
| HSL | 35.59º | 1% | 0.35% | - |
| HSV(B) | 35.59º | 1% | 0.69% | - |
| XYZ | 23.18 | 19.45 | 2.53 | - |
| YUV | 114.56 | 63.35 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 0 | 0 | 0.41 | 1 | 0.31 | 35.59 | 1 | 0.35 |
| Hex | B1 | 69 | 0 | 0 | 29 | 64 | 1F | 24 | 64 | 23 |
| Octal | 261 | 151 | 0 | 0 | 51 | 144 | 37 | 44 | 144 | 43 |
| Binary | 10110001 | 1101001 | 0 | 0 | 101001 | 1100100 | 11111 | 100100 | 1100100 | 100011 |
Color Harmonies of #B16900
Complementary color
Monochromatic Colors of #B16900
Black with #B16900
Text Example
Text Example
White with #B16900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16900; }
p { color: rgb(177,105,0); }
H1.HeaderClassName
{
color: #B16900;
}
.AnyTagClassName
{
color: #B16900;
}
</style>
background-color css
<style>
a { background-color: #B16900; }
a { background-color: rgb(177,105,0); }
div.DivClassName
{
background-color: #B16900;
}
.BgClassName
{
background-color: #B16900;
}
</style>
border-color css
<style>
span { border-color: #B16900; }
span { border-color: rgb(177,105,0); }
td.TdClassName
{
border-color: #B16900;
}
.TagClassName
{
border-color: #B16900;
}
</style>