Shades of Golden Brown #B26405
Tints of Golden Brown #B26405
RGB
CMYK
RGB Variations
Color information
#B26405 (or 0xB26405) is known color: Golden Brown. HEX triplet: B2, 64 and 05. RGB value is (178,100,5). Sum of RGB (Red+Green+Blue) = 178+100+5=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B26405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26405 is #4D9BFA. Grayscale: #707070. Windows color (decimal): -5086203 or 353458. OLE color: 353458.
HSL color Cylindrical-coordinate representation of color #B26405: hue angle of 32.95º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B26405 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.30 |
| HSL | 32.95º | 0.95% | 0.36% | - |
| HSV(B) | 32.95º | 0.97% | 0.7% | - |
| XYZ | 22.94 | 18.59 | 2.52 | - |
| YUV | 112.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 5 | 0 | 0.44 | 0.97 | 0.30 | 32.95 | 0.95 | 0.36 |
| Hex | B2 | 64 | 5 | 0 | 2C | 61 | 1E | 21 | 5F | 24 |
| Octal | 262 | 144 | 5 | 0 | 54 | 141 | 36 | 41 | 137 | 44 |
| Binary | 10110010 | 1100100 | 101 | 0 | 101100 | 1100001 | 11110 | 100001 | 1011111 | 100100 |
Color Harmonies of #B26405
Complementary color
Monochromatic Colors of #B26405
Black with #B26405
Text Example
Text Example
White with #B26405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26405; }
p { color: rgb(178,100,5); }
H1.HeaderClassName
{
color: #B26405;
}
.AnyTagClassName
{
color: #B26405;
}
</style>
background-color css
<style>
a { background-color: #B26405; }
a { background-color: rgb(178,100,5); }
div.DivClassName
{
background-color: #B26405;
}
.BgClassName
{
background-color: #B26405;
}
</style>
border-color css
<style>
span { border-color: #B26405; }
span { border-color: rgb(178,100,5); }
td.TdClassName
{
border-color: #B26405;
}
.TagClassName
{
border-color: #B26405;
}
</style>