Shades of Golden Brown #B26C0E
Tints of Golden Brown #B26C0E
RGB
CMYK
RGB Variations
Color information
#B26C0E (or 0xB26C0E) is known color: Golden Brown. HEX triplet: B2, 6C and 0E. RGB value is (178,108,14). Sum of RGB (Red+Green+Blue) = 178+108+14=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C0E is #4D93F1. Grayscale: #767676. Windows color (decimal): -5084146 or 945330. OLE color: 945330.
HSL color Cylindrical-coordinate representation of color #B26C0E: hue angle of 34.39º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B26C0E is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 14 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.30 |
| HSL | 34.39º | 0.85% | 0.38% | - |
| HSV(B) | 34.39º | 0.92% | 0.7% | - |
| XYZ | 23.8 | 20.22 | 3.06 | - |
| YUV | 118.21 | 69.19 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 14 | 0 | 0.39 | 0.92 | 0.30 | 34.39 | 0.85 | 0.38 |
| Hex | B2 | 6C | E | 0 | 27 | 5C | 1E | 22 | 55 | 26 |
| Octal | 262 | 154 | 16 | 0 | 47 | 134 | 36 | 42 | 125 | 46 |
| Binary | 10110010 | 1101100 | 1110 | 0 | 100111 | 1011100 | 11110 | 100010 | 1010101 | 100110 |
Color Harmonies of #B26C0E
Complementary color
Monochromatic Colors of #B26C0E
Black with #B26C0E
Text Example
Text Example
White with #B26C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C0E; }
p { color: rgb(178,108,14); }
H1.HeaderClassName
{
color: #B26C0E;
}
.AnyTagClassName
{
color: #B26C0E;
}
</style>
background-color css
<style>
a { background-color: #B26C0E; }
a { background-color: rgb(178,108,14); }
div.DivClassName
{
background-color: #B26C0E;
}
.BgClassName
{
background-color: #B26C0E;
}
</style>
border-color css
<style>
span { border-color: #B26C0E; }
span { border-color: rgb(178,108,14); }
td.TdClassName
{
border-color: #B26C0E;
}
.TagClassName
{
border-color: #B26C0E;
}
</style>