Shades of Golden Brown #B05F0D
Tints of Golden Brown #B05F0D
RGB
CMYK
RGB Variations
Color information
#B05F0D (or 0xB05F0D) is known color: Golden Brown. HEX triplet: B0, 5F and 0D. RGB value is (176,95,13). Sum of RGB (Red+Green+Blue) = 176+95+13=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05F0D is #4FA0F2. Grayscale: #6E6E6E. Windows color (decimal): -5218547 or 876464. OLE color: 876464.
HSL color Cylindrical-coordinate representation of color #B05F0D: hue angle of 30.18º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B05F0D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 95 | 13 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.31 |
| HSL | 30.18º | 0.86% | 0.37% | - |
| HSV(B) | 30.18º | 0.93% | 0.69% | - |
| XYZ | 22.07 | 17.44 | 2.58 | - |
| YUV | 109.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 13 | 0 | 0.46 | 0.93 | 0.31 | 30.18 | 0.86 | 0.37 |
| Hex | B0 | 5F | D | 0 | 2E | 5D | 1F | 1E | 56 | 25 |
| Octal | 260 | 137 | 15 | 0 | 56 | 135 | 37 | 36 | 126 | 45 |
| Binary | 10110000 | 1011111 | 1101 | 0 | 101110 | 1011101 | 11111 | 11110 | 1010110 | 100101 |
Color Harmonies of #B05F0D
Complementary color
Monochromatic Colors of #B05F0D
Black with #B05F0D
Text Example
Text Example
White with #B05F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05F0D; }
p { color: rgb(176,95,13); }
H1.HeaderClassName
{
color: #B05F0D;
}
.AnyTagClassName
{
color: #B05F0D;
}
</style>
background-color css
<style>
a { background-color: #B05F0D; }
a { background-color: rgb(176,95,13); }
div.DivClassName
{
background-color: #B05F0D;
}
.BgClassName
{
background-color: #B05F0D;
}
</style>
border-color css
<style>
span { border-color: #B05F0D; }
span { border-color: rgb(176,95,13); }
td.TdClassName
{
border-color: #B05F0D;
}
.TagClassName
{
border-color: #B05F0D;
}
</style>