Shades of Golden Brown #B46607
Tints of Golden Brown #B46607
RGB
CMYK
RGB Variations
Color information
#B46607 (or 0xB46607) is known color: Golden Brown. HEX triplet: B4, 66 and 07. RGB value is (180,102,7). Sum of RGB (Red+Green+Blue) = 180+102+7=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B46607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46607 is #4B99F8. Grayscale: #727272. Windows color (decimal): -4954617 or 485044. OLE color: 485044.
HSL color Cylindrical-coordinate representation of color #B46607: hue angle of 32.95º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B46607 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 7 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.29 |
| HSL | 32.95º | 0.93% | 0.37% | - |
| HSV(B) | 32.95º | 0.96% | 0.71% | - |
| XYZ | 23.61 | 19.22 | 2.67 | - |
| YUV | 114.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 7 | 0 | 0.43 | 0.96 | 0.29 | 32.95 | 0.93 | 0.37 |
| Hex | B4 | 66 | 7 | 0 | 2B | 60 | 1D | 21 | 5D | 25 |
| Octal | 264 | 146 | 7 | 0 | 53 | 140 | 35 | 41 | 135 | 45 |
| Binary | 10110100 | 1100110 | 111 | 0 | 101011 | 1100000 | 11101 | 100001 | 1011101 | 100101 |
Color Harmonies of #B46607
Complementary color
Monochromatic Colors of #B46607
Black with #B46607
Text Example
Text Example
White with #B46607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46607; }
p { color: rgb(180,102,7); }
H1.HeaderClassName
{
color: #B46607;
}
.AnyTagClassName
{
color: #B46607;
}
</style>
background-color css
<style>
a { background-color: #B46607; }
a { background-color: rgb(180,102,7); }
div.DivClassName
{
background-color: #B46607;
}
.BgClassName
{
background-color: #B46607;
}
</style>
border-color css
<style>
span { border-color: #B46607; }
span { border-color: rgb(180,102,7); }
td.TdClassName
{
border-color: #B46607;
}
.TagClassName
{
border-color: #B46607;
}
</style>