Shades of Golden Brown #B5680F
Tints of Golden Brown #B5680F
RGB
CMYK
RGB Variations
Color information
#B5680F (or 0xB5680F) is known color: Golden Brown. HEX triplet: B5, 68 and 0F. RGB value is (181,104,15). Sum of RGB (Red+Green+Blue) = 181+104+15=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B5680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5680F is #4A97F0. Grayscale: #757575. Windows color (decimal): -4888561 or 1009845. OLE color: 1009845.
HSL color Cylindrical-coordinate representation of color #B5680F: hue angle of 32.17º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5680F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 15 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.29 |
| HSL | 32.17º | 0.85% | 0.38% | - |
| HSV(B) | 32.17º | 0.92% | 0.71% | - |
| XYZ | 24.09 | 19.76 | 3 | - |
| YUV | 116.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 15 | 0 | 0.43 | 0.92 | 0.29 | 32.17 | 0.85 | 0.38 |
| Hex | B5 | 68 | F | 0 | 2B | 5C | 1D | 20 | 55 | 26 |
| Octal | 265 | 150 | 17 | 0 | 53 | 134 | 35 | 40 | 125 | 46 |
| Binary | 10110101 | 1101000 | 1111 | 0 | 101011 | 1011100 | 11101 | 100000 | 1010101 | 100110 |
Color Harmonies of #B5680F
Complementary color
Monochromatic Colors of #B5680F
Black with #B5680F
Text Example
Text Example
White with #B5680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5680F; }
p { color: rgb(181,104,15); }
H1.HeaderClassName
{
color: #B5680F;
}
.AnyTagClassName
{
color: #B5680F;
}
</style>
background-color css
<style>
a { background-color: #B5680F; }
a { background-color: rgb(181,104,15); }
div.DivClassName
{
background-color: #B5680F;
}
.BgClassName
{
background-color: #B5680F;
}
</style>
border-color css
<style>
span { border-color: #B5680F; }
span { border-color: rgb(181,104,15); }
td.TdClassName
{
border-color: #B5680F;
}
.TagClassName
{
border-color: #B5680F;
}
</style>