Shades of Golden Brown #B26C09
Tints of Golden Brown #B26C09
RGB
CMYK
RGB Variations
Color information
#B26C09 (or 0xB26C09) is known color: Golden Brown. HEX triplet: B2, 6C and 09. RGB value is (178,108,9). Sum of RGB (Red+Green+Blue) = 178+108+9=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C09 is #4D93F6. Grayscale: #767676. Windows color (decimal): -5084151 or 617650. OLE color: 617650.
HSL color Cylindrical-coordinate representation of color #B26C09: hue angle of 35.15º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B26C09 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 9 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.30 |
| HSL | 35.15º | 0.9% | 0.37% | - |
| HSV(B) | 35.15º | 0.95% | 0.7% | - |
| XYZ | 23.77 | 20.21 | 2.91 | - |
| YUV | 117.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 9 | 0 | 0.39 | 0.95 | 0.30 | 35.15 | 0.9 | 0.37 |
| Hex | B2 | 6C | 9 | 0 | 27 | 5F | 1E | 23 | 5A | 25 |
| Octal | 262 | 154 | 11 | 0 | 47 | 137 | 36 | 43 | 132 | 45 |
| Binary | 10110010 | 1101100 | 1001 | 0 | 100111 | 1011111 | 11110 | 100011 | 1011010 | 100101 |
Color Harmonies of #B26C09
Complementary color
Monochromatic Colors of #B26C09
Black with #B26C09
Text Example
Text Example
White with #B26C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C09; }
p { color: rgb(178,108,9); }
H1.HeaderClassName
{
color: #B26C09;
}
.AnyTagClassName
{
color: #B26C09;
}
</style>
background-color css
<style>
a { background-color: #B26C09; }
a { background-color: rgb(178,108,9); }
div.DivClassName
{
background-color: #B26C09;
}
.BgClassName
{
background-color: #B26C09;
}
</style>
border-color css
<style>
span { border-color: #B26C09; }
span { border-color: rgb(178,108,9); }
td.TdClassName
{
border-color: #B26C09;
}
.TagClassName
{
border-color: #B26C09;
}
</style>