Shades of Golden Brown #B26505
Tints of Golden Brown #B26505
RGB
CMYK
RGB Variations
Color information
#B26505 (or 0xB26505) is known color: Golden Brown. HEX triplet: B2, 65 and 05. RGB value is (178,101,5). Sum of RGB (Red+Green+Blue) = 178+101+5=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B26505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26505 is #4D9AFA. Grayscale: #717171. Windows color (decimal): -5085947 or 353714. OLE color: 353714.
HSL color Cylindrical-coordinate representation of color #B26505: hue angle of 33.29º 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 #B26505 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 5 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.30 |
| HSL | 33.29º | 0.95% | 0.36% | - |
| HSV(B) | 33.29º | 0.97% | 0.7% | - |
| XYZ | 23.04 | 18.78 | 2.55 | - |
| YUV | 113.08 | 67.01 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 5 | 0 | 0.43 | 0.97 | 0.30 | 33.29 | 0.95 | 0.36 |
| Hex | B2 | 65 | 5 | 0 | 2B | 61 | 1E | 21 | 5F | 24 |
| Octal | 262 | 145 | 5 | 0 | 53 | 141 | 36 | 41 | 137 | 44 |
| Binary | 10110010 | 1100101 | 101 | 0 | 101011 | 1100001 | 11110 | 100001 | 1011111 | 100100 |
Color Harmonies of #B26505
Complementary color
Monochromatic Colors of #B26505
Black with #B26505
Text Example
Text Example
White with #B26505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26505; }
p { color: rgb(178,101,5); }
H1.HeaderClassName
{
color: #B26505;
}
.AnyTagClassName
{
color: #B26505;
}
</style>
background-color css
<style>
a { background-color: #B26505; }
a { background-color: rgb(178,101,5); }
div.DivClassName
{
background-color: #B26505;
}
.BgClassName
{
background-color: #B26505;
}
</style>
border-color css
<style>
span { border-color: #B26505; }
span { border-color: rgb(178,101,5); }
td.TdClassName
{
border-color: #B26505;
}
.TagClassName
{
border-color: #B26505;
}
</style>