Shades of Golden Brown #B05D14
Tints of Golden Brown #B05D14
RGB
CMYK
RGB Variations
Color information
#B05D14 (or 0xB05D14) is known color: Golden Brown. HEX triplet: B0, 5D and 14. RGB value is (176,93,20). Sum of RGB (Red+Green+Blue) = 176+93+20=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05D14 is #4FA2EB. Grayscale: #6D6D6D. Windows color (decimal): -5219052 or 1334704. OLE color: 1334704.
HSL color Cylindrical-coordinate representation of color #B05D14: hue angle of 28.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B05D14 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 20 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.31 |
| HSL | 28.08º | 0.8% | 0.38% | - |
| HSV(B) | 28.08º | 0.89% | 0.69% | - |
| XYZ | 21.95 | 17.11 | 2.81 | - |
| YUV | 109.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 20 | 0 | 0.47 | 0.89 | 0.31 | 28.08 | 0.8 | 0.38 |
| Hex | B0 | 5D | 14 | 0 | 2F | 59 | 1F | 1C | 50 | 26 |
| Octal | 260 | 135 | 24 | 0 | 57 | 131 | 37 | 34 | 120 | 46 |
| Binary | 10110000 | 1011101 | 10100 | 0 | 101111 | 1011001 | 11111 | 11100 | 1010000 | 100110 |
Color Harmonies of #B05D14
Complementary color
Monochromatic Colors of #B05D14
Black with #B05D14
Text Example
Text Example
White with #B05D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D14; }
p { color: rgb(176,93,20); }
H1.HeaderClassName
{
color: #B05D14;
}
.AnyTagClassName
{
color: #B05D14;
}
</style>
background-color css
<style>
a { background-color: #B05D14; }
a { background-color: rgb(176,93,20); }
div.DivClassName
{
background-color: #B05D14;
}
.BgClassName
{
background-color: #B05D14;
}
</style>
border-color css
<style>
span { border-color: #B05D14; }
span { border-color: rgb(176,93,20); }
td.TdClassName
{
border-color: #B05D14;
}
.TagClassName
{
border-color: #B05D14;
}
</style>