Shades of Golden Brown #B16901
Tints of Golden Brown #B16901
RGB
CMYK
RGB Variations
Color information
#B16901 (or 0xB16901) is known color: Golden Brown. HEX triplet: B1, 69 and 01. RGB value is (177,105,1). Sum of RGB (Red+Green+Blue) = 177+105+1=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B16901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16901 is #4E96FE. Grayscale: #737373. Windows color (decimal): -5150463 or 92593. OLE color: 92593.
HSL color Cylindrical-coordinate representation of color #B16901: hue angle of 35.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B16901 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.31 |
| HSL | 35.45º | 0.99% | 0.35% | - |
| HSV(B) | 35.45º | 0.99% | 0.69% | - |
| XYZ | 23.19 | 19.45 | 2.56 | - |
| YUV | 114.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 1 | 0 | 0.41 | 0.99 | 0.31 | 35.45 | 0.99 | 0.35 |
| Hex | B1 | 69 | 1 | 0 | 29 | 63 | 1F | 23 | 63 | 23 |
| Octal | 261 | 151 | 1 | 0 | 51 | 143 | 37 | 43 | 143 | 43 |
| Binary | 10110001 | 1101001 | 1 | 0 | 101001 | 1100011 | 11111 | 100011 | 1100011 | 100011 |
Color Harmonies of #B16901
Complementary color
Monochromatic Colors of #B16901
Black with #B16901
Text Example
Text Example
White with #B16901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16901; }
p { color: rgb(177,105,1); }
H1.HeaderClassName
{
color: #B16901;
}
.AnyTagClassName
{
color: #B16901;
}
</style>
background-color css
<style>
a { background-color: #B16901; }
a { background-color: rgb(177,105,1); }
div.DivClassName
{
background-color: #B16901;
}
.BgClassName
{
background-color: #B16901;
}
</style>
border-color css
<style>
span { border-color: #B16901; }
span { border-color: rgb(177,105,1); }
td.TdClassName
{
border-color: #B16901;
}
.TagClassName
{
border-color: #B16901;
}
</style>