Shades of Golden Brown #B1600D
Tints of Golden Brown #B1600D
RGB
CMYK
RGB Variations
Color information
#B1600D (or 0xB1600D) is known color: Golden Brown. HEX triplet: B1, 60 and 0D. RGB value is (177,96,13). Sum of RGB (Red+Green+Blue) = 177+96+13=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1600D is #4E9FF2. Grayscale: #6F6F6F. Windows color (decimal): -5152755 or 876721. OLE color: 876721.
HSL color Cylindrical-coordinate representation of color #B1600D: hue angle of 30.37º 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 #B1600D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 13 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.31 |
| HSL | 30.37º | 0.86% | 0.37% | - |
| HSV(B) | 30.37º | 0.93% | 0.69% | - |
| XYZ | 22.39 | 17.74 | 2.63 | - |
| YUV | 110.76 | 72.84 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 13 | 0 | 0.46 | 0.93 | 0.31 | 30.37 | 0.86 | 0.37 |
| Hex | B1 | 60 | D | 0 | 2E | 5D | 1F | 1E | 56 | 25 |
| Octal | 261 | 140 | 15 | 0 | 56 | 135 | 37 | 36 | 126 | 45 |
| Binary | 10110001 | 1100000 | 1101 | 0 | 101110 | 1011101 | 11111 | 11110 | 1010110 | 100101 |
Color Harmonies of #B1600D
Complementary color
Monochromatic Colors of #B1600D
Black with #B1600D
Text Example
Text Example
White with #B1600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1600D; }
p { color: rgb(177,96,13); }
H1.HeaderClassName
{
color: #B1600D;
}
.AnyTagClassName
{
color: #B1600D;
}
</style>
background-color css
<style>
a { background-color: #B1600D; }
a { background-color: rgb(177,96,13); }
div.DivClassName
{
background-color: #B1600D;
}
.BgClassName
{
background-color: #B1600D;
}
</style>
border-color css
<style>
span { border-color: #B1600D; }
span { border-color: rgb(177,96,13); }
td.TdClassName
{
border-color: #B1600D;
}
.TagClassName
{
border-color: #B1600D;
}
</style>