Shades of Golden Brown #B0610D
Tints of Golden Brown #B0610D
RGB
CMYK
RGB Variations
Color information
#B0610D (or 0xB0610D) is known color: Golden Brown. HEX triplet: B0, 61 and 0D. RGB value is (176,97,13). Sum of RGB (Red+Green+Blue) = 176+97+13=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0610D is #4F9EF2. Grayscale: #6F6F6F. Windows color (decimal): -5218035 or 876976. OLE color: 876976.
HSL color Cylindrical-coordinate representation of color #B0610D: hue angle of 30.92º 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 #B0610D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.31 |
| HSL | 30.92º | 0.86% | 0.37% | - |
| HSV(B) | 30.92º | 0.93% | 0.69% | - |
| XYZ | 22.25 | 17.81 | 2.65 | - |
| YUV | 111.05 | 72.67 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 13 | 0 | 0.45 | 0.93 | 0.31 | 30.92 | 0.86 | 0.37 |
| Hex | B0 | 61 | D | 0 | 2D | 5D | 1F | 1F | 56 | 25 |
| Octal | 260 | 141 | 15 | 0 | 55 | 135 | 37 | 37 | 126 | 45 |
| Binary | 10110000 | 1100001 | 1101 | 0 | 101101 | 1011101 | 11111 | 11111 | 1010110 | 100101 |
Color Harmonies of #B0610D
Complementary color
Monochromatic Colors of #B0610D
Black with #B0610D
Text Example
Text Example
White with #B0610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0610D; }
p { color: rgb(176,97,13); }
H1.HeaderClassName
{
color: #B0610D;
}
.AnyTagClassName
{
color: #B0610D;
}
</style>
background-color css
<style>
a { background-color: #B0610D; }
a { background-color: rgb(176,97,13); }
div.DivClassName
{
background-color: #B0610D;
}
.BgClassName
{
background-color: #B0610D;
}
</style>
border-color css
<style>
span { border-color: #B0610D; }
span { border-color: rgb(176,97,13); }
td.TdClassName
{
border-color: #B0610D;
}
.TagClassName
{
border-color: #B0610D;
}
</style>