Shades of Golden Brown #B2680A
Tints of Golden Brown #B2680A
RGB
CMYK
RGB Variations
Color information
#B2680A (or 0xB2680A) is known color: Golden Brown. HEX triplet: B2, 68 and 0A. RGB value is (178,104,10). Sum of RGB (Red+Green+Blue) = 178+104+10=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2680A is #4D97F5. Grayscale: #737373. Windows color (decimal): -5085174 or 682162. OLE color: 682162.
HSL color Cylindrical-coordinate representation of color #B2680A: hue angle of 33.57º 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 #B2680A is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 10 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.30 |
| HSL | 33.57º | 0.89% | 0.37% | - |
| HSV(B) | 33.57º | 0.94% | 0.7% | - |
| XYZ | 23.37 | 19.39 | 2.8 | - |
| YUV | 115.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 10 | 0 | 0.42 | 0.94 | 0.30 | 33.57 | 0.89 | 0.37 |
| Hex | B2 | 68 | A | 0 | 2A | 5E | 1E | 22 | 59 | 25 |
| Octal | 262 | 150 | 12 | 0 | 52 | 136 | 36 | 42 | 131 | 45 |
| Binary | 10110010 | 1101000 | 1010 | 0 | 101010 | 1011110 | 11110 | 100010 | 1011001 | 100101 |
Color Harmonies of #B2680A
Complementary color
Monochromatic Colors of #B2680A
Black with #B2680A
Text Example
Text Example
White with #B2680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2680A; }
p { color: rgb(178,104,10); }
H1.HeaderClassName
{
color: #B2680A;
}
.AnyTagClassName
{
color: #B2680A;
}
</style>
background-color css
<style>
a { background-color: #B2680A; }
a { background-color: rgb(178,104,10); }
div.DivClassName
{
background-color: #B2680A;
}
.BgClassName
{
background-color: #B2680A;
}
</style>
border-color css
<style>
span { border-color: #B2680A; }
span { border-color: rgb(178,104,10); }
td.TdClassName
{
border-color: #B2680A;
}
.TagClassName
{
border-color: #B2680A;
}
</style>