Shades of Golden Brown #B16008
Tints of Golden Brown #B16008
RGB
CMYK
RGB Variations
Color information
#B16008 (or 0xB16008) is known color: Golden Brown. HEX triplet: B1, 60 and 08. RGB value is (177,96,8). Sum of RGB (Red+Green+Blue) = 177+96+8=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B16008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16008 is #4E9FF7. Grayscale: #6E6E6E. Windows color (decimal): -5152760 or 549041. OLE color: 549041.
HSL color Cylindrical-coordinate representation of color #B16008: hue angle of 31.24º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B16008 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 8 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.31 |
| HSL | 31.24º | 0.91% | 0.36% | - |
| HSV(B) | 31.24º | 0.95% | 0.69% | - |
| XYZ | 22.36 | 17.73 | 2.47 | - |
| YUV | 110.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 8 | 0 | 0.46 | 0.95 | 0.31 | 31.24 | 0.91 | 0.36 |
| Hex | B1 | 60 | 8 | 0 | 2E | 5F | 1F | 1F | 5B | 24 |
| Octal | 261 | 140 | 10 | 0 | 56 | 137 | 37 | 37 | 133 | 44 |
| Binary | 10110001 | 1100000 | 1000 | 0 | 101110 | 1011111 | 11111 | 11111 | 1011011 | 100100 |
Color Harmonies of #B16008
Complementary color
Monochromatic Colors of #B16008
Black with #B16008
Text Example
Text Example
White with #B16008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16008; }
p { color: rgb(177,96,8); }
H1.HeaderClassName
{
color: #B16008;
}
.AnyTagClassName
{
color: #B16008;
}
</style>
background-color css
<style>
a { background-color: #B16008; }
a { background-color: rgb(177,96,8); }
div.DivClassName
{
background-color: #B16008;
}
.BgClassName
{
background-color: #B16008;
}
</style>
border-color css
<style>
span { border-color: #B16008; }
span { border-color: rgb(177,96,8); }
td.TdClassName
{
border-color: #B16008;
}
.TagClassName
{
border-color: #B16008;
}
</style>