Shades of Golden Brown #B2620F
Tints of Golden Brown #B2620F
RGB
CMYK
RGB Variations
Color information
#B2620F (or 0xB2620F) is known color: Golden Brown. HEX triplet: B2, 62 and 0F. RGB value is (178,98,15). Sum of RGB (Red+Green+Blue) = 178+98+15=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2620F is #4D9DF0. Grayscale: #707070. Windows color (decimal): -5086705 or 1008306. OLE color: 1008306.
HSL color Cylindrical-coordinate representation of color #B2620F: hue angle of 30.55º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2620F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.30 |
| HSL | 30.55º | 0.84% | 0.38% | - |
| HSV(B) | 30.55º | 0.92% | 0.7% | - |
| XYZ | 22.81 | 18.23 | 2.77 | - |
| YUV | 112.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 15 | 0 | 0.45 | 0.92 | 0.30 | 30.55 | 0.84 | 0.38 |
| Hex | B2 | 62 | F | 0 | 2D | 5C | 1E | 1F | 54 | 26 |
| Octal | 262 | 142 | 17 | 0 | 55 | 134 | 36 | 37 | 124 | 46 |
| Binary | 10110010 | 1100010 | 1111 | 0 | 101101 | 1011100 | 11110 | 11111 | 1010100 | 100110 |
Color Harmonies of #B2620F
Complementary color
Monochromatic Colors of #B2620F
Black with #B2620F
Text Example
Text Example
White with #B2620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2620F; }
p { color: rgb(178,98,15); }
H1.HeaderClassName
{
color: #B2620F;
}
.AnyTagClassName
{
color: #B2620F;
}
</style>
background-color css
<style>
a { background-color: #B2620F; }
a { background-color: rgb(178,98,15); }
div.DivClassName
{
background-color: #B2620F;
}
.BgClassName
{
background-color: #B2620F;
}
</style>
border-color css
<style>
span { border-color: #B2620F; }
span { border-color: rgb(178,98,15); }
td.TdClassName
{
border-color: #B2620F;
}
.TagClassName
{
border-color: #B2620F;
}
</style>