Shades of Golden Brown #B56807
Tints of Golden Brown #B56807
RGB
CMYK
RGB Variations
Color information
#B56807 (or 0xB56807) is known color: Golden Brown. HEX triplet: B5, 68 and 07. RGB value is (181,104,7). Sum of RGB (Red+Green+Blue) = 181+104+7=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B56807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56807 is #4A97F8. Grayscale: #747474. Windows color (decimal): -4888569 or 485557. OLE color: 485557.
HSL color Cylindrical-coordinate representation of color #B56807: hue angle of 33.45º 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 #B56807 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 7 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.29 |
| HSL | 33.45º | 0.93% | 0.37% | - |
| HSV(B) | 33.45º | 0.96% | 0.71% | - |
| XYZ | 24.04 | 19.74 | 2.74 | - |
| YUV | 115.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 7 | 0 | 0.43 | 0.96 | 0.29 | 33.45 | 0.93 | 0.37 |
| Hex | B5 | 68 | 7 | 0 | 2B | 60 | 1D | 21 | 5D | 25 |
| Octal | 265 | 150 | 7 | 0 | 53 | 140 | 35 | 41 | 135 | 45 |
| Binary | 10110101 | 1101000 | 111 | 0 | 101011 | 1100000 | 11101 | 100001 | 1011101 | 100101 |
Color Harmonies of #B56807
Complementary color
Monochromatic Colors of #B56807
Black with #B56807
Text Example
Text Example
White with #B56807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56807; }
p { color: rgb(181,104,7); }
H1.HeaderClassName
{
color: #B56807;
}
.AnyTagClassName
{
color: #B56807;
}
</style>
background-color css
<style>
a { background-color: #B56807; }
a { background-color: rgb(181,104,7); }
div.DivClassName
{
background-color: #B56807;
}
.BgClassName
{
background-color: #B56807;
}
</style>
border-color css
<style>
span { border-color: #B56807; }
span { border-color: rgb(181,104,7); }
td.TdClassName
{
border-color: #B56807;
}
.TagClassName
{
border-color: #B56807;
}
</style>