Shades of Golden Brown #B26700
Tints of Golden Brown #B26700
RGB
CMYK
RGB Variations
Color information
#B26700 (or 0xB26700) is known color: Golden Brown. HEX triplet: B2, 67 and 00. RGB value is (178,103,0). Sum of RGB (Red+Green+Blue) = 178+103+0=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B26700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26700 is #4D98FF. Grayscale: #727272. Windows color (decimal): -5085440 or 26546. OLE color: 26546.
HSL color Cylindrical-coordinate representation of color #B26700: hue angle of 34.72º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B26700 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.30 |
| HSL | 34.72º | 1% | 0.35% | - |
| HSV(B) | 34.72º | 1% | 0.7% | - |
| XYZ | 23.21 | 19.17 | 2.48 | - |
| YUV | 113.68 | 63.85 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 0 | 0 | 0.42 | 1 | 0.30 | 34.72 | 1 | 0.35 |
| Hex | B2 | 67 | 0 | 0 | 2A | 64 | 1E | 23 | 64 | 23 |
| Octal | 262 | 147 | 0 | 0 | 52 | 144 | 36 | 43 | 144 | 43 |
| Binary | 10110010 | 1100111 | 0 | 0 | 101010 | 1100100 | 11110 | 100011 | 1100100 | 100011 |
Color Harmonies of #B26700
Complementary color
Monochromatic Colors of #B26700
Black with #B26700
Text Example
Text Example
White with #B26700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26700; }
p { color: rgb(178,103,0); }
H1.HeaderClassName
{
color: #B26700;
}
.AnyTagClassName
{
color: #B26700;
}
</style>
background-color css
<style>
a { background-color: #B26700; }
a { background-color: rgb(178,103,0); }
div.DivClassName
{
background-color: #B26700;
}
.BgClassName
{
background-color: #B26700;
}
</style>
border-color css
<style>
span { border-color: #B26700; }
span { border-color: rgb(178,103,0); }
td.TdClassName
{
border-color: #B26700;
}
.TagClassName
{
border-color: #B26700;
}
</style>