Shades of Golden Brown #B05E12
Tints of Golden Brown #B05E12
RGB
CMYK
RGB Variations
Color information
#B05E12 (or 0xB05E12) is known color: Golden Brown. HEX triplet: B0, 5E and 12. RGB value is (176,94,18). Sum of RGB (Red+Green+Blue) = 176+94+18=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E12 is #4FA1ED. Grayscale: #6E6E6E. Windows color (decimal): -5218798 or 1203888. OLE color: 1203888.
HSL color Cylindrical-coordinate representation of color #B05E12: hue angle of 28.86º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05E12 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 18 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.31 |
| HSL | 28.86º | 0.81% | 0.38% | - |
| HSV(B) | 28.86º | 0.9% | 0.69% | - |
| XYZ | 22.02 | 17.28 | 2.75 | - |
| YUV | 109.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 18 | 0 | 0.47 | 0.90 | 0.31 | 28.86 | 0.81 | 0.38 |
| Hex | B0 | 5E | 12 | 0 | 2F | 5A | 1F | 1D | 51 | 26 |
| Octal | 260 | 136 | 22 | 0 | 57 | 132 | 37 | 35 | 121 | 46 |
| Binary | 10110000 | 1011110 | 10010 | 0 | 101111 | 1011010 | 11111 | 11101 | 1010001 | 100110 |
Color Harmonies of #B05E12
Complementary color
Monochromatic Colors of #B05E12
Black with #B05E12
Text Example
Text Example
White with #B05E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E12; }
p { color: rgb(176,94,18); }
H1.HeaderClassName
{
color: #B05E12;
}
.AnyTagClassName
{
color: #B05E12;
}
</style>
background-color css
<style>
a { background-color: #B05E12; }
a { background-color: rgb(176,94,18); }
div.DivClassName
{
background-color: #B05E12;
}
.BgClassName
{
background-color: #B05E12;
}
</style>
border-color css
<style>
span { border-color: #B05E12; }
span { border-color: rgb(176,94,18); }
td.TdClassName
{
border-color: #B05E12;
}
.TagClassName
{
border-color: #B05E12;
}
</style>