Shades of Golden Brown #B06616
Tints of Golden Brown #B06616
RGB
CMYK
RGB Variations
Color information
#B06616 (or 0xB06616) is known color: Golden Brown. HEX triplet: B0, 66 and 16. RGB value is (176,102,22). Sum of RGB (Red+Green+Blue) = 176+102+22=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B06616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06616 is #4F99E9. Grayscale: #737373. Windows color (decimal): -5216746 or 1468080. OLE color: 1468080.
HSL color Cylindrical-coordinate representation of color #B06616: hue angle of 31.17º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B06616 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 22 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.31 |
| HSL | 31.17º | 0.78% | 0.39% | - |
| HSV(B) | 31.17º | 0.88% | 0.69% | - |
| XYZ | 22.8 | 18.79 | 3.18 | - |
| YUV | 115.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 22 | 0 | 0.42 | 0.88 | 0.31 | 31.17 | 0.78 | 0.39 |
| Hex | B0 | 66 | 16 | 0 | 2A | 58 | 1F | 1F | 4E | 27 |
| Octal | 260 | 146 | 26 | 0 | 52 | 130 | 37 | 37 | 116 | 47 |
| Binary | 10110000 | 1100110 | 10110 | 0 | 101010 | 1011000 | 11111 | 11111 | 1001110 | 100111 |
Color Harmonies of #B06616
Complementary color
Monochromatic Colors of #B06616
Black with #B06616
Text Example
Text Example
White with #B06616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06616; }
p { color: rgb(176,102,22); }
H1.HeaderClassName
{
color: #B06616;
}
.AnyTagClassName
{
color: #B06616;
}
</style>
background-color css
<style>
a { background-color: #B06616; }
a { background-color: rgb(176,102,22); }
div.DivClassName
{
background-color: #B06616;
}
.BgClassName
{
background-color: #B06616;
}
</style>
border-color css
<style>
span { border-color: #B06616; }
span { border-color: rgb(176,102,22); }
td.TdClassName
{
border-color: #B06616;
}
.TagClassName
{
border-color: #B06616;
}
</style>