Shades of Golden Brown #B26C0C
Tints of Golden Brown #B26C0C
RGB
CMYK
RGB Variations
Color information
#B26C0C (or 0xB26C0C) is known color: Golden Brown. HEX triplet: B2, 6C and 0C. RGB value is (178,108,12). Sum of RGB (Red+Green+Blue) = 178+108+12=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C0C is #4D93F3. Grayscale: #767676. Windows color (decimal): -5084148 or 814258. OLE color: 814258.
HSL color Cylindrical-coordinate representation of color #B26C0C: hue angle of 34.7º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B26C0C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 12 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.30 |
| HSL | 34.7º | 0.87% | 0.37% | - |
| HSV(B) | 34.7º | 0.93% | 0.7% | - |
| XYZ | 23.79 | 20.22 | 3 | - |
| YUV | 117.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 12 | 0 | 0.39 | 0.93 | 0.30 | 34.7 | 0.87 | 0.37 |
| Hex | B2 | 6C | C | 0 | 27 | 5D | 1E | 23 | 57 | 25 |
| Octal | 262 | 154 | 14 | 0 | 47 | 135 | 36 | 43 | 127 | 45 |
| Binary | 10110010 | 1101100 | 1100 | 0 | 100111 | 1011101 | 11110 | 100011 | 1010111 | 100101 |
Color Harmonies of #B26C0C
Complementary color
Monochromatic Colors of #B26C0C
Black with #B26C0C
Text Example
Text Example
White with #B26C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C0C; }
p { color: rgb(178,108,12); }
H1.HeaderClassName
{
color: #B26C0C;
}
.AnyTagClassName
{
color: #B26C0C;
}
</style>
background-color css
<style>
a { background-color: #B26C0C; }
a { background-color: rgb(178,108,12); }
div.DivClassName
{
background-color: #B26C0C;
}
.BgClassName
{
background-color: #B26C0C;
}
</style>
border-color css
<style>
span { border-color: #B26C0C; }
span { border-color: rgb(178,108,12); }
td.TdClassName
{
border-color: #B26C0C;
}
.TagClassName
{
border-color: #B26C0C;
}
</style>