Shades of Golden Brown #B06C16
Tints of Golden Brown #B06C16
RGB
CMYK
RGB Variations
Color information
#B06C16 (or 0xB06C16) is known color: Golden Brown. HEX triplet: B0, 6C and 16. RGB value is (176,108,22). Sum of RGB (Red+Green+Blue) = 176+108+22=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C16 is #4F93E9. Grayscale: #767676. Windows color (decimal): -5215210 or 1469616. OLE color: 1469616.
HSL color Cylindrical-coordinate representation of color #B06C16: hue angle of 33.51º 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 #B06C16 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 22 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.31 |
| HSL | 33.51º | 0.78% | 0.39% | - |
| HSV(B) | 33.51º | 0.88% | 0.69% | - |
| XYZ | 23.41 | 20.01 | 3.39 | - |
| YUV | 118.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 22 | 0 | 0.39 | 0.88 | 0.31 | 33.51 | 0.78 | 0.39 |
| Hex | B0 | 6C | 16 | 0 | 27 | 58 | 1F | 22 | 4E | 27 |
| Octal | 260 | 154 | 26 | 0 | 47 | 130 | 37 | 42 | 116 | 47 |
| Binary | 10110000 | 1101100 | 10110 | 0 | 100111 | 1011000 | 11111 | 100010 | 1001110 | 100111 |
Color Harmonies of #B06C16
Complementary color
Monochromatic Colors of #B06C16
Black with #B06C16
Text Example
Text Example
White with #B06C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C16; }
p { color: rgb(176,108,22); }
H1.HeaderClassName
{
color: #B06C16;
}
.AnyTagClassName
{
color: #B06C16;
}
</style>
background-color css
<style>
a { background-color: #B06C16; }
a { background-color: rgb(176,108,22); }
div.DivClassName
{
background-color: #B06C16;
}
.BgClassName
{
background-color: #B06C16;
}
</style>
border-color css
<style>
span { border-color: #B06C16; }
span { border-color: rgb(176,108,22); }
td.TdClassName
{
border-color: #B06C16;
}
.TagClassName
{
border-color: #B06C16;
}
</style>