Shades of Golden Brown #B06D16
Tints of Golden Brown #B06D16
RGB
CMYK
RGB Variations
Color information
#B06D16 (or 0xB06D16) is known color: Golden Brown. HEX triplet: B0, 6D and 16. RGB value is (176,109,22). Sum of RGB (Red+Green+Blue) = 176+109+22=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06D16 is #4F92E9. Grayscale: #777777. Windows color (decimal): -5214954 or 1469872. OLE color: 1469872.
HSL color Cylindrical-coordinate representation of color #B06D16: hue angle of 33.9º 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 #B06D16 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 22 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.31 |
| HSL | 33.9º | 0.78% | 0.39% | - |
| HSV(B) | 33.9º | 0.88% | 0.69% | - |
| XYZ | 23.52 | 20.23 | 3.42 | - |
| YUV | 119.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 22 | 0 | 0.38 | 0.88 | 0.31 | 33.9 | 0.78 | 0.39 |
| Hex | B0 | 6D | 16 | 0 | 26 | 58 | 1F | 22 | 4E | 27 |
| Octal | 260 | 155 | 26 | 0 | 46 | 130 | 37 | 42 | 116 | 47 |
| Binary | 10110000 | 1101101 | 10110 | 0 | 100110 | 1011000 | 11111 | 100010 | 1001110 | 100111 |
Color Harmonies of #B06D16
Complementary color
Monochromatic Colors of #B06D16
Black with #B06D16
Text Example
Text Example
White with #B06D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D16; }
p { color: rgb(176,109,22); }
H1.HeaderClassName
{
color: #B06D16;
}
.AnyTagClassName
{
color: #B06D16;
}
</style>
background-color css
<style>
a { background-color: #B06D16; }
a { background-color: rgb(176,109,22); }
div.DivClassName
{
background-color: #B06D16;
}
.BgClassName
{
background-color: #B06D16;
}
</style>
border-color css
<style>
span { border-color: #B06D16; }
span { border-color: rgb(176,109,22); }
td.TdClassName
{
border-color: #B06D16;
}
.TagClassName
{
border-color: #B06D16;
}
</style>