Shades of Golden Brown #B16007
Tints of Golden Brown #B16007
RGB
CMYK
RGB Variations
Color information
#B16007 (or 0xB16007) is known color: Golden Brown. HEX triplet: B1, 60 and 07. RGB value is (177,96,7). Sum of RGB (Red+Green+Blue) = 177+96+7=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B16007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16007 is #4E9FF8. Grayscale: #6E6E6E. Windows color (decimal): -5152761 or 483505. OLE color: 483505.
HSL color Cylindrical-coordinate representation of color #B16007: hue angle of 31.41º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B16007 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 7 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.31 |
| HSL | 31.41º | 0.92% | 0.36% | - |
| HSV(B) | 31.41º | 0.96% | 0.69% | - |
| XYZ | 22.35 | 17.73 | 2.44 | - |
| YUV | 110.07 | 69.84 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 7 | 0 | 0.46 | 0.96 | 0.31 | 31.41 | 0.92 | 0.36 |
| Hex | B1 | 60 | 7 | 0 | 2E | 60 | 1F | 1F | 5C | 24 |
| Octal | 261 | 140 | 7 | 0 | 56 | 140 | 37 | 37 | 134 | 44 |
| Binary | 10110001 | 1100000 | 111 | 0 | 101110 | 1100000 | 11111 | 11111 | 1011100 | 100100 |
Color Harmonies of #B16007
Complementary color
Monochromatic Colors of #B16007
Black with #B16007
Text Example
Text Example
White with #B16007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16007; }
p { color: rgb(177,96,7); }
H1.HeaderClassName
{
color: #B16007;
}
.AnyTagClassName
{
color: #B16007;
}
</style>
background-color css
<style>
a { background-color: #B16007; }
a { background-color: rgb(177,96,7); }
div.DivClassName
{
background-color: #B16007;
}
.BgClassName
{
background-color: #B16007;
}
</style>
border-color css
<style>
span { border-color: #B16007; }
span { border-color: rgb(177,96,7); }
td.TdClassName
{
border-color: #B16007;
}
.TagClassName
{
border-color: #B16007;
}
</style>