Shades of Golden Brown #B0660B
Tints of Golden Brown #B0660B
RGB
CMYK
RGB Variations
Color information
#B0660B (or 0xB0660B) is known color: Golden Brown. HEX triplet: B0, 66 and 0B. RGB value is (176,102,11). Sum of RGB (Red+Green+Blue) = 176+102+11=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0660B is #4F99F4. Grayscale: #727272. Windows color (decimal): -5216757 or 747184. OLE color: 747184.
HSL color Cylindrical-coordinate representation of color #B0660B: hue angle of 33.09º 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 #B0660B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.31 |
| HSL | 33.09º | 0.88% | 0.37% | - |
| HSV(B) | 33.09º | 0.94% | 0.69% | - |
| XYZ | 22.72 | 18.76 | 2.74 | - |
| YUV | 113.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 11 | 0 | 0.42 | 0.94 | 0.31 | 33.09 | 0.88 | 0.37 |
| Hex | B0 | 66 | B | 0 | 2A | 5E | 1F | 21 | 58 | 25 |
| Octal | 260 | 146 | 13 | 0 | 52 | 136 | 37 | 41 | 130 | 45 |
| Binary | 10110000 | 1100110 | 1011 | 0 | 101010 | 1011110 | 11111 | 100001 | 1011000 | 100101 |
Color Harmonies of #B0660B
Complementary color
Monochromatic Colors of #B0660B
Black with #B0660B
Text Example
Text Example
White with #B0660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0660B; }
p { color: rgb(176,102,11); }
H1.HeaderClassName
{
color: #B0660B;
}
.AnyTagClassName
{
color: #B0660B;
}
</style>
background-color css
<style>
a { background-color: #B0660B; }
a { background-color: rgb(176,102,11); }
div.DivClassName
{
background-color: #B0660B;
}
.BgClassName
{
background-color: #B0660B;
}
</style>
border-color css
<style>
span { border-color: #B0660B; }
span { border-color: rgb(176,102,11); }
td.TdClassName
{
border-color: #B0660B;
}
.TagClassName
{
border-color: #B0660B;
}
</style>