Shades of Golden Brown #B1600C
Tints of Golden Brown #B1600C
RGB
CMYK
RGB Variations
Color information
#B1600C (or 0xB1600C) is known color: Golden Brown. HEX triplet: B1, 60 and 0C. RGB value is (177,96,12). Sum of RGB (Red+Green+Blue) = 177+96+12=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1600C is #4E9FF3. Grayscale: #6F6F6F. Windows color (decimal): -5152756 or 811185. OLE color: 811185.
HSL color Cylindrical-coordinate representation of color #B1600C: hue angle of 30.55º degrees, saturation: 0.87, 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 #B1600C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 12 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.31 |
| HSL | 30.55º | 0.87% | 0.37% | - |
| HSV(B) | 30.55º | 0.93% | 0.69% | - |
| XYZ | 22.38 | 17.74 | 2.59 | - |
| YUV | 110.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 12 | 0 | 0.46 | 0.93 | 0.31 | 30.55 | 0.87 | 0.37 |
| Hex | B1 | 60 | C | 0 | 2E | 5D | 1F | 1F | 57 | 25 |
| Octal | 261 | 140 | 14 | 0 | 56 | 135 | 37 | 37 | 127 | 45 |
| Binary | 10110001 | 1100000 | 1100 | 0 | 101110 | 1011101 | 11111 | 11111 | 1010111 | 100101 |
Color Harmonies of #B1600C
Complementary color
Monochromatic Colors of #B1600C
Black with #B1600C
Text Example
Text Example
White with #B1600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1600C; }
p { color: rgb(177,96,12); }
H1.HeaderClassName
{
color: #B1600C;
}
.AnyTagClassName
{
color: #B1600C;
}
</style>
background-color css
<style>
a { background-color: #B1600C; }
a { background-color: rgb(177,96,12); }
div.DivClassName
{
background-color: #B1600C;
}
.BgClassName
{
background-color: #B1600C;
}
</style>
border-color css
<style>
span { border-color: #B1600C; }
span { border-color: rgb(177,96,12); }
td.TdClassName
{
border-color: #B1600C;
}
.TagClassName
{
border-color: #B1600C;
}
</style>