Shades of Golden Brown #B0650F
Tints of Golden Brown #B0650F
RGB
CMYK
RGB Variations
Color information
#B0650F (or 0xB0650F) is known color: Golden Brown. HEX triplet: B0, 65 and 0F. RGB value is (176,101,15). Sum of RGB (Red+Green+Blue) = 176+101+15=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0650F is #4F9AF0. Grayscale: #727272. Windows color (decimal): -5217009 or 1009072. OLE color: 1009072.
HSL color Cylindrical-coordinate representation of color #B0650F: hue angle of 32.05º 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 #B0650F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 15 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.31 |
| HSL | 32.05º | 0.84% | 0.37% | - |
| HSV(B) | 32.05º | 0.91% | 0.69% | - |
| XYZ | 22.64 | 18.57 | 2.84 | - |
| YUV | 113.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 15 | 0 | 0.43 | 0.91 | 0.31 | 32.05 | 0.84 | 0.37 |
| Hex | B0 | 65 | F | 0 | 2B | 5B | 1F | 20 | 54 | 25 |
| Octal | 260 | 145 | 17 | 0 | 53 | 133 | 37 | 40 | 124 | 45 |
| Binary | 10110000 | 1100101 | 1111 | 0 | 101011 | 1011011 | 11111 | 100000 | 1010100 | 100101 |
Color Harmonies of #B0650F
Complementary color
Monochromatic Colors of #B0650F
Black with #B0650F
Text Example
Text Example
White with #B0650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0650F; }
p { color: rgb(176,101,15); }
H1.HeaderClassName
{
color: #B0650F;
}
.AnyTagClassName
{
color: #B0650F;
}
</style>
background-color css
<style>
a { background-color: #B0650F; }
a { background-color: rgb(176,101,15); }
div.DivClassName
{
background-color: #B0650F;
}
.BgClassName
{
background-color: #B0650F;
}
</style>
border-color css
<style>
span { border-color: #B0650F; }
span { border-color: rgb(176,101,15); }
td.TdClassName
{
border-color: #B0650F;
}
.TagClassName
{
border-color: #B0650F;
}
</style>