Shades of Golden Brown #B16701
Tints of Golden Brown #B16701
RGB
CMYK
RGB Variations
Color information
#B16701 (or 0xB16701) is known color: Golden Brown. HEX triplet: B1, 67 and 01. RGB value is (177,103,1). Sum of RGB (Red+Green+Blue) = 177+103+1=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B16701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16701 is #4E98FE. Grayscale: #717171. Windows color (decimal): -5150975 or 92081. OLE color: 92081.
HSL color Cylindrical-coordinate representation of color #B16701: hue angle of 34.77º 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 #B16701 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.31 |
| HSL | 34.77º | 0.99% | 0.35% | - |
| HSV(B) | 34.77º | 0.99% | 0.69% | - |
| XYZ | 22.99 | 19.05 | 2.49 | - |
| YUV | 113.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 1 | 0 | 0.42 | 0.99 | 0.31 | 34.77 | 0.99 | 0.35 |
| Hex | B1 | 67 | 1 | 0 | 2A | 63 | 1F | 23 | 63 | 23 |
| Octal | 261 | 147 | 1 | 0 | 52 | 143 | 37 | 43 | 143 | 43 |
| Binary | 10110001 | 1100111 | 1 | 0 | 101010 | 1100011 | 11111 | 100011 | 1100011 | 100011 |
Color Harmonies of #B16701
Complementary color
Monochromatic Colors of #B16701
Black with #B16701
Text Example
Text Example
White with #B16701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16701; }
p { color: rgb(177,103,1); }
H1.HeaderClassName
{
color: #B16701;
}
.AnyTagClassName
{
color: #B16701;
}
</style>
background-color css
<style>
a { background-color: #B16701; }
a { background-color: rgb(177,103,1); }
div.DivClassName
{
background-color: #B16701;
}
.BgClassName
{
background-color: #B16701;
}
</style>
border-color css
<style>
span { border-color: #B16701; }
span { border-color: rgb(177,103,1); }
td.TdClassName
{
border-color: #B16701;
}
.TagClassName
{
border-color: #B16701;
}
</style>