Shades of Golden Brown #B26416
Tints of Golden Brown #B26416
RGB
CMYK
RGB Variations
Color information
#B26416 (or 0xB26416) is known color: Golden Brown. HEX triplet: B2, 64 and 16. RGB value is (178,100,22). Sum of RGB (Red+Green+Blue) = 178+100+22=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B26416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26416 is #4D9BE9. Grayscale: #727272. Windows color (decimal): -5086186 or 1467570. OLE color: 1467570.
HSL color Cylindrical-coordinate representation of color #B26416: hue angle of 30º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B26416 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 22 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.30 |
| HSL | 30º | 0.78% | 0.39% | - |
| HSV(B) | 30º | 0.88% | 0.7% | - |
| XYZ | 23.06 | 18.64 | 3.14 | - |
| YUV | 114.43 | 75.84 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 22 | 0 | 0.44 | 0.88 | 0.30 | 30 | 0.78 | 0.39 |
| Hex | B2 | 64 | 16 | 0 | 2C | 58 | 1E | 1E | 4E | 27 |
| Octal | 262 | 144 | 26 | 0 | 54 | 130 | 36 | 36 | 116 | 47 |
| Binary | 10110010 | 1100100 | 10110 | 0 | 101100 | 1011000 | 11110 | 11110 | 1001110 | 100111 |
Color Harmonies of #B26416
Complementary color
Monochromatic Colors of #B26416
Black with #B26416
Text Example
Text Example
White with #B26416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26416; }
p { color: rgb(178,100,22); }
H1.HeaderClassName
{
color: #B26416;
}
.AnyTagClassName
{
color: #B26416;
}
</style>
background-color css
<style>
a { background-color: #B26416; }
a { background-color: rgb(178,100,22); }
div.DivClassName
{
background-color: #B26416;
}
.BgClassName
{
background-color: #B26416;
}
</style>
border-color css
<style>
span { border-color: #B26416; }
span { border-color: rgb(178,100,22); }
td.TdClassName
{
border-color: #B26416;
}
.TagClassName
{
border-color: #B26416;
}
</style>