Shades of Golden Brown #B5620E
Tints of Golden Brown #B5620E
RGB
CMYK
RGB Variations
Color information
#B5620E (or 0xB5620E) is known color: Golden Brown. HEX triplet: B5, 62 and 0E. RGB value is (181,98,14). Sum of RGB (Red+Green+Blue) = 181+98+14=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5620E is #4A9DF1. Grayscale: #717171. Windows color (decimal): -4890098 or 942773. OLE color: 942773.
HSL color Cylindrical-coordinate representation of color #B5620E: hue angle of 30.18º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5620E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 14 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.29 |
| HSL | 30.18º | 0.86% | 0.38% | - |
| HSV(B) | 30.18º | 0.92% | 0.71% | - |
| XYZ | 23.5 | 18.59 | 2.77 | - |
| YUV | 113.24 | 72 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 14 | 0 | 0.46 | 0.92 | 0.29 | 30.18 | 0.86 | 0.38 |
| Hex | B5 | 62 | E | 0 | 2E | 5C | 1D | 1E | 56 | 26 |
| Octal | 265 | 142 | 16 | 0 | 56 | 134 | 35 | 36 | 126 | 46 |
| Binary | 10110101 | 1100010 | 1110 | 0 | 101110 | 1011100 | 11101 | 11110 | 1010110 | 100110 |
Color Harmonies of #B5620E
Complementary color
Monochromatic Colors of #B5620E
Black with #B5620E
Text Example
Text Example
White with #B5620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5620E; }
p { color: rgb(181,98,14); }
H1.HeaderClassName
{
color: #B5620E;
}
.AnyTagClassName
{
color: #B5620E;
}
</style>
background-color css
<style>
a { background-color: #B5620E; }
a { background-color: rgb(181,98,14); }
div.DivClassName
{
background-color: #B5620E;
}
.BgClassName
{
background-color: #B5620E;
}
</style>
border-color css
<style>
span { border-color: #B5620E; }
span { border-color: rgb(181,98,14); }
td.TdClassName
{
border-color: #B5620E;
}
.TagClassName
{
border-color: #B5620E;
}
</style>