Shades of Golden Brown #B5690E
Tints of Golden Brown #B5690E
RGB
CMYK
RGB Variations
Color information
#B5690E (or 0xB5690E) is known color: Golden Brown. HEX triplet: B5, 69 and 0E. RGB value is (181,105,14). Sum of RGB (Red+Green+Blue) = 181+105+14=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B5690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5690E is #4A96F1. Grayscale: #757575. Windows color (decimal): -4888306 or 944565. OLE color: 944565.
HSL color Cylindrical-coordinate representation of color #B5690E: hue angle of 32.69º degrees, saturation: 0.86, 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 #B5690E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 14 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.29 |
| HSL | 32.69º | 0.86% | 0.38% | - |
| HSV(B) | 32.69º | 0.92% | 0.71% | - |
| XYZ | 24.19 | 19.96 | 2.99 | - |
| YUV | 117.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 14 | 0 | 0.42 | 0.92 | 0.29 | 32.69 | 0.86 | 0.38 |
| Hex | B5 | 69 | E | 0 | 2A | 5C | 1D | 21 | 56 | 26 |
| Octal | 265 | 151 | 16 | 0 | 52 | 134 | 35 | 41 | 126 | 46 |
| Binary | 10110101 | 1101001 | 1110 | 0 | 101010 | 1011100 | 11101 | 100001 | 1010110 | 100110 |
Color Harmonies of #B5690E
Complementary color
Monochromatic Colors of #B5690E
Black with #B5690E
Text Example
Text Example
White with #B5690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5690E; }
p { color: rgb(181,105,14); }
H1.HeaderClassName
{
color: #B5690E;
}
.AnyTagClassName
{
color: #B5690E;
}
</style>
background-color css
<style>
a { background-color: #B5690E; }
a { background-color: rgb(181,105,14); }
div.DivClassName
{
background-color: #B5690E;
}
.BgClassName
{
background-color: #B5690E;
}
</style>
border-color css
<style>
span { border-color: #B5690E; }
span { border-color: rgb(181,105,14); }
td.TdClassName
{
border-color: #B5690E;
}
.TagClassName
{
border-color: #B5690E;
}
</style>