Shades of Golden Brown #B0640B
Tints of Golden Brown #B0640B
RGB
CMYK
RGB Variations
Color information
#B0640B (or 0xB0640B) is known color: Golden Brown. HEX triplet: B0, 64 and 0B. RGB value is (176,100,11). Sum of RGB (Red+Green+Blue) = 176+100+11=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0640B is #4F9BF4. Grayscale: #717171. Windows color (decimal): -5217269 or 746672. OLE color: 746672.
HSL color Cylindrical-coordinate representation of color #B0640B: hue angle of 32.36º 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 #B0640B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.31 |
| HSL | 32.36º | 0.88% | 0.37% | - |
| HSV(B) | 32.36º | 0.94% | 0.69% | - |
| XYZ | 22.52 | 18.37 | 2.68 | - |
| YUV | 112.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 11 | 0 | 0.43 | 0.94 | 0.31 | 32.36 | 0.88 | 0.37 |
| Hex | B0 | 64 | B | 0 | 2B | 5E | 1F | 20 | 58 | 25 |
| Octal | 260 | 144 | 13 | 0 | 53 | 136 | 37 | 40 | 130 | 45 |
| Binary | 10110000 | 1100100 | 1011 | 0 | 101011 | 1011110 | 11111 | 100000 | 1011000 | 100101 |
Color Harmonies of #B0640B
Complementary color
Monochromatic Colors of #B0640B
Black with #B0640B
Text Example
Text Example
White with #B0640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0640B; }
p { color: rgb(176,100,11); }
H1.HeaderClassName
{
color: #B0640B;
}
.AnyTagClassName
{
color: #B0640B;
}
</style>
background-color css
<style>
a { background-color: #B0640B; }
a { background-color: rgb(176,100,11); }
div.DivClassName
{
background-color: #B0640B;
}
.BgClassName
{
background-color: #B0640B;
}
</style>
border-color css
<style>
span { border-color: #B0640B; }
span { border-color: rgb(176,100,11); }
td.TdClassName
{
border-color: #B0640B;
}
.TagClassName
{
border-color: #B0640B;
}
</style>