Shades of Golden Brown #B26711
Tints of Golden Brown #B26711
RGB
CMYK
RGB Variations
Color information
#B26711 (or 0xB26711) is known color: Golden Brown. HEX triplet: B2, 67 and 11. RGB value is (178,103,17). Sum of RGB (Red+Green+Blue) = 178+103+17=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B26711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26711 is #4D98EE. Grayscale: #747474. Windows color (decimal): -5085423 or 1140658. OLE color: 1140658.
HSL color Cylindrical-coordinate representation of color #B26711: hue angle of 32.05º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B26711 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 17 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.30 |
| HSL | 32.05º | 0.83% | 0.38% | - |
| HSV(B) | 32.05º | 0.9% | 0.7% | - |
| XYZ | 23.31 | 19.21 | 3.01 | - |
| YUV | 115.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 17 | 0 | 0.42 | 0.90 | 0.30 | 32.05 | 0.83 | 0.38 |
| Hex | B2 | 67 | 11 | 0 | 2A | 5A | 1E | 20 | 53 | 26 |
| Octal | 262 | 147 | 21 | 0 | 52 | 132 | 36 | 40 | 123 | 46 |
| Binary | 10110010 | 1100111 | 10001 | 0 | 101010 | 1011010 | 11110 | 100000 | 1010011 | 100110 |
Color Harmonies of #B26711
Complementary color
Monochromatic Colors of #B26711
Black with #B26711
Text Example
Text Example
White with #B26711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26711; }
p { color: rgb(178,103,17); }
H1.HeaderClassName
{
color: #B26711;
}
.AnyTagClassName
{
color: #B26711;
}
</style>
background-color css
<style>
a { background-color: #B26711; }
a { background-color: rgb(178,103,17); }
div.DivClassName
{
background-color: #B26711;
}
.BgClassName
{
background-color: #B26711;
}
</style>
border-color css
<style>
span { border-color: #B26711; }
span { border-color: rgb(178,103,17); }
td.TdClassName
{
border-color: #B26711;
}
.TagClassName
{
border-color: #B26711;
}
</style>