Shades of Golden Brown #B26418
Tints of Golden Brown #B26418
RGB
CMYK
RGB Variations
Color information
#B26418 (or 0xB26418) is known color: Golden Brown. HEX triplet: B2, 64 and 18. RGB value is (178,100,24). Sum of RGB (Red+Green+Blue) = 178+100+24=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B26418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26418 is #4D9BE7. Grayscale: #737373. Windows color (decimal): -5086184 or 1598642. OLE color: 1598642.
HSL color Cylindrical-coordinate representation of color #B26418: hue angle of 29.61º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B26418 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 24 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.30 |
| HSL | 29.61º | 0.76% | 0.4% | - |
| HSV(B) | 29.61º | 0.87% | 0.7% | - |
| XYZ | 23.08 | 18.65 | 3.25 | - |
| YUV | 114.66 | 76.84 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 24 | 0 | 0.44 | 0.87 | 0.30 | 29.61 | 0.76 | 0.4 |
| Hex | B2 | 64 | 18 | 0 | 2C | 57 | 1E | 1E | 4C | 28 |
| Octal | 262 | 144 | 30 | 0 | 54 | 127 | 36 | 36 | 114 | 50 |
| Binary | 10110010 | 1100100 | 11000 | 0 | 101100 | 1010111 | 11110 | 11110 | 1001100 | 101000 |
Color Harmonies of #B26418
Complementary color
Monochromatic Colors of #B26418
Black with #B26418
Text Example
Text Example
White with #B26418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26418; }
p { color: rgb(178,100,24); }
H1.HeaderClassName
{
color: #B26418;
}
.AnyTagClassName
{
color: #B26418;
}
</style>
background-color css
<style>
a { background-color: #B26418; }
a { background-color: rgb(178,100,24); }
div.DivClassName
{
background-color: #B26418;
}
.BgClassName
{
background-color: #B26418;
}
</style>
border-color css
<style>
span { border-color: #B26418; }
span { border-color: rgb(178,100,24); }
td.TdClassName
{
border-color: #B26418;
}
.TagClassName
{
border-color: #B26418;
}
</style>