Shades of Golden Brown #B1620B
Tints of Golden Brown #B1620B
RGB
CMYK
RGB Variations
Color information
#B1620B (or 0xB1620B) is known color: Golden Brown. HEX triplet: B1, 62 and 0B. RGB value is (177,98,11). Sum of RGB (Red+Green+Blue) = 177+98+11=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1620B is #4E9DF4. Grayscale: #707070. Windows color (decimal): -5152245 or 746161. OLE color: 746161.
HSL color Cylindrical-coordinate representation of color #B1620B: hue angle of 31.45º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1620B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.31 |
| HSL | 31.45º | 0.88% | 0.37% | - |
| HSV(B) | 31.45º | 0.94% | 0.69% | - |
| XYZ | 22.56 | 18.11 | 2.62 | - |
| YUV | 111.7 | 71.17 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 11 | 0 | 0.45 | 0.94 | 0.31 | 31.45 | 0.88 | 0.37 |
| Hex | B1 | 62 | B | 0 | 2D | 5E | 1F | 1F | 58 | 25 |
| Octal | 261 | 142 | 13 | 0 | 55 | 136 | 37 | 37 | 130 | 45 |
| Binary | 10110001 | 1100010 | 1011 | 0 | 101101 | 1011110 | 11111 | 11111 | 1011000 | 100101 |
Color Harmonies of #B1620B
Complementary color
Monochromatic Colors of #B1620B
Black with #B1620B
Text Example
Text Example
White with #B1620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1620B; }
p { color: rgb(177,98,11); }
H1.HeaderClassName
{
color: #B1620B;
}
.AnyTagClassName
{
color: #B1620B;
}
</style>
background-color css
<style>
a { background-color: #B1620B; }
a { background-color: rgb(177,98,11); }
div.DivClassName
{
background-color: #B1620B;
}
.BgClassName
{
background-color: #B1620B;
}
</style>
border-color css
<style>
span { border-color: #B1620B; }
span { border-color: rgb(177,98,11); }
td.TdClassName
{
border-color: #B1620B;
}
.TagClassName
{
border-color: #B1620B;
}
</style>