Shades of Golden Brown #B26B0A
Tints of Golden Brown #B26B0A
RGB
CMYK
RGB Variations
Color information
#B26B0A (or 0xB26B0A) is known color: Golden Brown. HEX triplet: B2, 6B and 0A. RGB value is (178,107,10). Sum of RGB (Red+Green+Blue) = 178+107+10=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26B0A is #4D94F5. Grayscale: #757575. Windows color (decimal): -5084406 or 682930. OLE color: 682930.
HSL color Cylindrical-coordinate representation of color #B26B0A: hue angle of 34.64º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B26B0A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 107 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.30 |
| HSL | 34.64º | 0.89% | 0.37% | - |
| HSV(B) | 34.64º | 0.94% | 0.7% | - |
| XYZ | 23.67 | 20 | 2.9 | - |
| YUV | 117.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 10 | 0 | 0.40 | 0.94 | 0.30 | 34.64 | 0.89 | 0.37 |
| Hex | B2 | 6B | A | 0 | 28 | 5E | 1E | 23 | 59 | 25 |
| Octal | 262 | 153 | 12 | 0 | 50 | 136 | 36 | 43 | 131 | 45 |
| Binary | 10110010 | 1101011 | 1010 | 0 | 101000 | 1011110 | 11110 | 100011 | 1011001 | 100101 |
Color Harmonies of #B26B0A
Complementary color
Monochromatic Colors of #B26B0A
Black with #B26B0A
Text Example
Text Example
White with #B26B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26B0A; }
p { color: rgb(178,107,10); }
H1.HeaderClassName
{
color: #B26B0A;
}
.AnyTagClassName
{
color: #B26B0A;
}
</style>
background-color css
<style>
a { background-color: #B26B0A; }
a { background-color: rgb(178,107,10); }
div.DivClassName
{
background-color: #B26B0A;
}
.BgClassName
{
background-color: #B26B0A;
}
</style>
border-color css
<style>
span { border-color: #B26B0A; }
span { border-color: rgb(178,107,10); }
td.TdClassName
{
border-color: #B26B0A;
}
.TagClassName
{
border-color: #B26B0A;
}
</style>