Shades of Golden Brown #B0670A
Tints of Golden Brown #B0670A
RGB
CMYK
RGB Variations
Color information
#B0670A (or 0xB0670A) is known color: Golden Brown. HEX triplet: B0, 67 and 0A. RGB value is (176,103,10). Sum of RGB (Red+Green+Blue) = 176+103+10=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0670A is #4F98F5. Grayscale: #727272. Windows color (decimal): -5216502 or 681904. OLE color: 681904.
HSL color Cylindrical-coordinate representation of color #B0670A: hue angle of 33.61º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0670A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 10 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.31 |
| HSL | 33.61º | 0.89% | 0.36% | - |
| HSV(B) | 33.61º | 0.94% | 0.69% | - |
| XYZ | 22.81 | 18.95 | 2.74 | - |
| YUV | 114.23 | 69.18 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 10 | 0 | 0.41 | 0.94 | 0.31 | 33.61 | 0.89 | 0.36 |
| Hex | B0 | 67 | A | 0 | 29 | 5E | 1F | 22 | 59 | 24 |
| Octal | 260 | 147 | 12 | 0 | 51 | 136 | 37 | 42 | 131 | 44 |
| Binary | 10110000 | 1100111 | 1010 | 0 | 101001 | 1011110 | 11111 | 100010 | 1011001 | 100100 |
Color Harmonies of #B0670A
Complementary color
Monochromatic Colors of #B0670A
Black with #B0670A
Text Example
Text Example
White with #B0670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0670A; }
p { color: rgb(176,103,10); }
H1.HeaderClassName
{
color: #B0670A;
}
.AnyTagClassName
{
color: #B0670A;
}
</style>
background-color css
<style>
a { background-color: #B0670A; }
a { background-color: rgb(176,103,10); }
div.DivClassName
{
background-color: #B0670A;
}
.BgClassName
{
background-color: #B0670A;
}
</style>
border-color css
<style>
span { border-color: #B0670A; }
span { border-color: rgb(176,103,10); }
td.TdClassName
{
border-color: #B0670A;
}
.TagClassName
{
border-color: #B0670A;
}
</style>