Shades of Golden Brown #B05D12
Tints of Golden Brown #B05D12
RGB
CMYK
RGB Variations
Color information
#B05D12 (or 0xB05D12) is known color: Golden Brown. HEX triplet: B0, 5D and 12. RGB value is (176,93,18). Sum of RGB (Red+Green+Blue) = 176+93+18=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05D12 is #4FA2ED. Grayscale: #6D6D6D. Windows color (decimal): -5219054 or 1203632. OLE color: 1203632.
HSL color Cylindrical-coordinate representation of color #B05D12: hue angle of 28.48º 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 #B05D12 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 18 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.31 |
| HSL | 28.48º | 0.81% | 0.38% | - |
| HSV(B) | 28.48º | 0.9% | 0.69% | - |
| XYZ | 21.93 | 17.1 | 2.72 | - |
| YUV | 109.27 | 76.5 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 18 | 0 | 0.47 | 0.90 | 0.31 | 28.48 | 0.81 | 0.38 |
| Hex | B0 | 5D | 12 | 0 | 2F | 5A | 1F | 1C | 51 | 26 |
| Octal | 260 | 135 | 22 | 0 | 57 | 132 | 37 | 34 | 121 | 46 |
| Binary | 10110000 | 1011101 | 10010 | 0 | 101111 | 1011010 | 11111 | 11100 | 1010001 | 100110 |
Color Harmonies of #B05D12
Complementary color
Monochromatic Colors of #B05D12
Black with #B05D12
Text Example
Text Example
White with #B05D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D12; }
p { color: rgb(176,93,18); }
H1.HeaderClassName
{
color: #B05D12;
}
.AnyTagClassName
{
color: #B05D12;
}
</style>
background-color css
<style>
a { background-color: #B05D12; }
a { background-color: rgb(176,93,18); }
div.DivClassName
{
background-color: #B05D12;
}
.BgClassName
{
background-color: #B05D12;
}
</style>
border-color css
<style>
span { border-color: #B05D12; }
span { border-color: rgb(176,93,18); }
td.TdClassName
{
border-color: #B05D12;
}
.TagClassName
{
border-color: #B05D12;
}
</style>