Shades of Golden Brown #B06A00
Tints of Golden Brown #B06A00
RGB
CMYK
RGB Variations
Color information
#B06A00 (or 0xB06A00) is known color: Golden Brown. HEX triplet: B0, 6A and 00. RGB value is (176,106,0). Sum of RGB (Red+Green+Blue) = 176+106+0=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06A00 is #4F95FF. Grayscale: #737373. Windows color (decimal): -5215744 or 27312. OLE color: 27312.
HSL color Cylindrical-coordinate representation of color #B06A00: hue angle of 36.14º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B06A00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.31 |
| HSL | 36.14º | 1% | 0.35% | - |
| HSV(B) | 36.14º | 1% | 0.69% | - |
| XYZ | 23.06 | 19.54 | 2.56 | - |
| YUV | 114.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 0 | 0 | 0.40 | 1 | 0.31 | 36.14 | 1 | 0.35 |
| Hex | B0 | 6A | 0 | 0 | 28 | 64 | 1F | 24 | 64 | 23 |
| Octal | 260 | 152 | 0 | 0 | 50 | 144 | 37 | 44 | 144 | 43 |
| Binary | 10110000 | 1101010 | 0 | 0 | 101000 | 1100100 | 11111 | 100100 | 1100100 | 100011 |
Color Harmonies of #B06A00
Complementary color
Monochromatic Colors of #B06A00
Black with #B06A00
Text Example
Text Example
White with #B06A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A00; }
p { color: rgb(176,106,0); }
H1.HeaderClassName
{
color: #B06A00;
}
.AnyTagClassName
{
color: #B06A00;
}
</style>
background-color css
<style>
a { background-color: #B06A00; }
a { background-color: rgb(176,106,0); }
div.DivClassName
{
background-color: #B06A00;
}
.BgClassName
{
background-color: #B06A00;
}
</style>
border-color css
<style>
span { border-color: #B06A00; }
span { border-color: rgb(176,106,0); }
td.TdClassName
{
border-color: #B06A00;
}
.TagClassName
{
border-color: #B06A00;
}
</style>