Shades of Golden Brown #B1610D
Tints of Golden Brown #B1610D
RGB
CMYK
RGB Variations
Color information
#B1610D (or 0xB1610D) is known color: Golden Brown. HEX triplet: B1, 61 and 0D. RGB value is (177,97,13). Sum of RGB (Red+Green+Blue) = 177+97+13=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1610D is #4E9EF2. Grayscale: #6F6F6F. Windows color (decimal): -5152499 or 876977. OLE color: 876977.
HSL color Cylindrical-coordinate representation of color #B1610D: hue angle of 30.73º 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 #B1610D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.31 |
| HSL | 30.73º | 0.86% | 0.37% | - |
| HSV(B) | 30.73º | 0.93% | 0.69% | - |
| XYZ | 22.48 | 17.93 | 2.66 | - |
| YUV | 111.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 13 | 0 | 0.45 | 0.93 | 0.31 | 30.73 | 0.86 | 0.37 |
| Hex | B1 | 61 | D | 0 | 2D | 5D | 1F | 1F | 56 | 25 |
| Octal | 261 | 141 | 15 | 0 | 55 | 135 | 37 | 37 | 126 | 45 |
| Binary | 10110001 | 1100001 | 1101 | 0 | 101101 | 1011101 | 11111 | 11111 | 1010110 | 100101 |
Color Harmonies of #B1610D
Complementary color
Monochromatic Colors of #B1610D
Black with #B1610D
Text Example
Text Example
White with #B1610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1610D; }
p { color: rgb(177,97,13); }
H1.HeaderClassName
{
color: #B1610D;
}
.AnyTagClassName
{
color: #B1610D;
}
</style>
background-color css
<style>
a { background-color: #B1610D; }
a { background-color: rgb(177,97,13); }
div.DivClassName
{
background-color: #B1610D;
}
.BgClassName
{
background-color: #B1610D;
}
</style>
border-color css
<style>
span { border-color: #B1610D; }
span { border-color: rgb(177,97,13); }
td.TdClassName
{
border-color: #B1610D;
}
.TagClassName
{
border-color: #B1610D;
}
</style>