Shades of Golden Brown #B0640F
Tints of Golden Brown #B0640F
RGB
CMYK
RGB Variations
Color information
#B0640F (or 0xB0640F) is known color: Golden Brown. HEX triplet: B0, 64 and 0F. RGB value is (176,100,15). Sum of RGB (Red+Green+Blue) = 176+100+15=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0640F is #4F9BF0. Grayscale: #717171. Windows color (decimal): -5217265 or 1008816. OLE color: 1008816.
HSL color Cylindrical-coordinate representation of color #B0640F: hue angle of 31.68º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0640F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 15 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.31 |
| HSL | 31.68º | 0.84% | 0.37% | - |
| HSV(B) | 31.68º | 0.91% | 0.69% | - |
| XYZ | 22.55 | 18.38 | 2.81 | - |
| YUV | 113.03 | 72.68 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 15 | 0 | 0.43 | 0.91 | 0.31 | 31.68 | 0.84 | 0.37 |
| Hex | B0 | 64 | F | 0 | 2B | 5B | 1F | 20 | 54 | 25 |
| Octal | 260 | 144 | 17 | 0 | 53 | 133 | 37 | 40 | 124 | 45 |
| Binary | 10110000 | 1100100 | 1111 | 0 | 101011 | 1011011 | 11111 | 100000 | 1010100 | 100101 |
Color Harmonies of #B0640F
Complementary color
Monochromatic Colors of #B0640F
Black with #B0640F
Text Example
Text Example
White with #B0640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0640F; }
p { color: rgb(176,100,15); }
H1.HeaderClassName
{
color: #B0640F;
}
.AnyTagClassName
{
color: #B0640F;
}
</style>
background-color css
<style>
a { background-color: #B0640F; }
a { background-color: rgb(176,100,15); }
div.DivClassName
{
background-color: #B0640F;
}
.BgClassName
{
background-color: #B0640F;
}
</style>
border-color css
<style>
span { border-color: #B0640F; }
span { border-color: rgb(176,100,15); }
td.TdClassName
{
border-color: #B0640F;
}
.TagClassName
{
border-color: #B0640F;
}
</style>