Shades of Golden Brown #B05A0E
Tints of Golden Brown #B05A0E
RGB
CMYK
RGB Variations
Color information
#B05A0E (or 0xB05A0E) is known color: Golden Brown. HEX triplet: B0, 5A and 0E. RGB value is (176,90,14). Sum of RGB (Red+Green+Blue) = 176+90+14=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A0E is #4FA5F1. Grayscale: #6B6B6B. Windows color (decimal): -5219826 or 940720. OLE color: 940720.
HSL color Cylindrical-coordinate representation of color #B05A0E: hue angle of 28.15º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B05A0E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 14 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.31 |
| HSL | 28.15º | 0.85% | 0.37% | - |
| HSV(B) | 28.15º | 0.92% | 0.69% | - |
| XYZ | 21.64 | 16.57 | 2.47 | - |
| YUV | 107.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 14 | 0 | 0.49 | 0.92 | 0.31 | 28.15 | 0.85 | 0.37 |
| Hex | B0 | 5A | E | 0 | 31 | 5C | 1F | 1C | 55 | 25 |
| Octal | 260 | 132 | 16 | 0 | 61 | 134 | 37 | 34 | 125 | 45 |
| Binary | 10110000 | 1011010 | 1110 | 0 | 110001 | 1011100 | 11111 | 11100 | 1010101 | 100101 |
Color Harmonies of #B05A0E
Complementary color
Monochromatic Colors of #B05A0E
Black with #B05A0E
Text Example
Text Example
White with #B05A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A0E; }
p { color: rgb(176,90,14); }
H1.HeaderClassName
{
color: #B05A0E;
}
.AnyTagClassName
{
color: #B05A0E;
}
</style>
background-color css
<style>
a { background-color: #B05A0E; }
a { background-color: rgb(176,90,14); }
div.DivClassName
{
background-color: #B05A0E;
}
.BgClassName
{
background-color: #B05A0E;
}
</style>
border-color css
<style>
span { border-color: #B05A0E; }
span { border-color: rgb(176,90,14); }
td.TdClassName
{
border-color: #B05A0E;
}
.TagClassName
{
border-color: #B05A0E;
}
</style>