Shades of Golden Brown #B16714
Tints of Golden Brown #B16714
RGB
CMYK
RGB Variations
Color information
#B16714 (or 0xB16714) is known color: Golden Brown. HEX triplet: B1, 67 and 14. RGB value is (177,103,20). Sum of RGB (Red+Green+Blue) = 177+103+20=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B16714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16714 is #4E98EB. Grayscale: #747474. Windows color (decimal): -5150956 or 1337265. OLE color: 1337265.
HSL color Cylindrical-coordinate representation of color #B16714: hue angle of 31.72º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B16714 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 20 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.31 |
| HSL | 31.72º | 0.8% | 0.39% | - |
| HSV(B) | 31.72º | 0.89% | 0.69% | - |
| XYZ | 23.11 | 19.1 | 3.13 | - |
| YUV | 115.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 20 | 0 | 0.42 | 0.89 | 0.31 | 31.72 | 0.8 | 0.39 |
| Hex | B1 | 67 | 14 | 0 | 2A | 59 | 1F | 20 | 50 | 27 |
| Octal | 261 | 147 | 24 | 0 | 52 | 131 | 37 | 40 | 120 | 47 |
| Binary | 10110001 | 1100111 | 10100 | 0 | 101010 | 1011001 | 11111 | 100000 | 1010000 | 100111 |
Color Harmonies of #B16714
Complementary color
Monochromatic Colors of #B16714
Black with #B16714
Text Example
Text Example
White with #B16714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16714; }
p { color: rgb(177,103,20); }
H1.HeaderClassName
{
color: #B16714;
}
.AnyTagClassName
{
color: #B16714;
}
</style>
background-color css
<style>
a { background-color: #B16714; }
a { background-color: rgb(177,103,20); }
div.DivClassName
{
background-color: #B16714;
}
.BgClassName
{
background-color: #B16714;
}
</style>
border-color css
<style>
span { border-color: #B16714; }
span { border-color: rgb(177,103,20); }
td.TdClassName
{
border-color: #B16714;
}
.TagClassName
{
border-color: #B16714;
}
</style>