Shades of Golden Brown #B05D11
Tints of Golden Brown #B05D11
RGB
CMYK
RGB Variations
Color information
#B05D11 (or 0xB05D11) is known color: Golden Brown. HEX triplet: B0, 5D and 11. RGB value is (176,93,17). Sum of RGB (Red+Green+Blue) = 176+93+17=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05D11 is #4FA2EE. Grayscale: #6D6D6D. Windows color (decimal): -5219055 or 1138096. OLE color: 1138096.
HSL color Cylindrical-coordinate representation of color #B05D11: hue angle of 28.68º degrees, saturation: 0.82, 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 #B05D11 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 17 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.31 |
| HSL | 28.68º | 0.82% | 0.38% | - |
| HSV(B) | 28.68º | 0.9% | 0.69% | - |
| XYZ | 21.92 | 17.1 | 2.68 | - |
| YUV | 109.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 17 | 0 | 0.47 | 0.90 | 0.31 | 28.68 | 0.82 | 0.38 |
| Hex | B0 | 5D | 11 | 0 | 2F | 5A | 1F | 1D | 52 | 26 |
| Octal | 260 | 135 | 21 | 0 | 57 | 132 | 37 | 35 | 122 | 46 |
| Binary | 10110000 | 1011101 | 10001 | 0 | 101111 | 1011010 | 11111 | 11101 | 1010010 | 100110 |
Color Harmonies of #B05D11
Complementary color
Monochromatic Colors of #B05D11
Black with #B05D11
Text Example
Text Example
White with #B05D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D11; }
p { color: rgb(176,93,17); }
H1.HeaderClassName
{
color: #B05D11;
}
.AnyTagClassName
{
color: #B05D11;
}
</style>
background-color css
<style>
a { background-color: #B05D11; }
a { background-color: rgb(176,93,17); }
div.DivClassName
{
background-color: #B05D11;
}
.BgClassName
{
background-color: #B05D11;
}
</style>
border-color css
<style>
span { border-color: #B05D11; }
span { border-color: rgb(176,93,17); }
td.TdClassName
{
border-color: #B05D11;
}
.TagClassName
{
border-color: #B05D11;
}
</style>