Shades of Golden Brown #B26A13
Tints of Golden Brown #B26A13
RGB
CMYK
RGB Variations
Color information
#B26A13 (or 0xB26A13) is known color: Golden Brown. HEX triplet: B2, 6A and 13. RGB value is (178,106,19). Sum of RGB (Red+Green+Blue) = 178+106+19=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26A13 is #4D95EC. Grayscale: #767676. Windows color (decimal): -5084653 or 1272498. OLE color: 1272498.
HSL color Cylindrical-coordinate representation of color #B26A13: hue angle of 32.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B26A13 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 19 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.30 |
| HSL | 32.83º | 0.81% | 0.39% | - |
| HSV(B) | 32.83º | 0.89% | 0.7% | - |
| XYZ | 23.63 | 19.82 | 3.2 | - |
| YUV | 117.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 19 | 0 | 0.40 | 0.89 | 0.30 | 32.83 | 0.81 | 0.39 |
| Hex | B2 | 6A | 13 | 0 | 28 | 59 | 1E | 21 | 51 | 27 |
| Octal | 262 | 152 | 23 | 0 | 50 | 131 | 36 | 41 | 121 | 47 |
| Binary | 10110010 | 1101010 | 10011 | 0 | 101000 | 1011001 | 11110 | 100001 | 1010001 | 100111 |
Color Harmonies of #B26A13
Complementary color
Monochromatic Colors of #B26A13
Black with #B26A13
Text Example
Text Example
White with #B26A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26A13; }
p { color: rgb(178,106,19); }
H1.HeaderClassName
{
color: #B26A13;
}
.AnyTagClassName
{
color: #B26A13;
}
</style>
background-color css
<style>
a { background-color: #B26A13; }
a { background-color: rgb(178,106,19); }
div.DivClassName
{
background-color: #B26A13;
}
.BgClassName
{
background-color: #B26A13;
}
</style>
border-color css
<style>
span { border-color: #B26A13; }
span { border-color: rgb(178,106,19); }
td.TdClassName
{
border-color: #B26A13;
}
.TagClassName
{
border-color: #B26A13;
}
</style>