Shades of Golden Brown #B5690C
Tints of Golden Brown #B5690C
RGB
CMYK
RGB Variations
Color information
#B5690C (or 0xB5690C) is known color: Golden Brown. HEX triplet: B5, 69 and 0C. RGB value is (181,105,12). Sum of RGB (Red+Green+Blue) = 181+105+12=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5690C is #4A96F3. Grayscale: #757575. Windows color (decimal): -4888308 or 813493. OLE color: 813493.
HSL color Cylindrical-coordinate representation of color #B5690C: hue angle of 33.02º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5690C is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 12 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.29 |
| HSL | 33.02º | 0.88% | 0.38% | - |
| HSV(B) | 33.02º | 0.93% | 0.71% | - |
| XYZ | 24.17 | 19.95 | 2.93 | - |
| YUV | 117.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 12 | 0 | 0.42 | 0.93 | 0.29 | 33.02 | 0.88 | 0.38 |
| Hex | B5 | 69 | C | 0 | 2A | 5D | 1D | 21 | 58 | 26 |
| Octal | 265 | 151 | 14 | 0 | 52 | 135 | 35 | 41 | 130 | 46 |
| Binary | 10110101 | 1101001 | 1100 | 0 | 101010 | 1011101 | 11101 | 100001 | 1011000 | 100110 |
Color Harmonies of #B5690C
Complementary color
Monochromatic Colors of #B5690C
Black with #B5690C
Text Example
Text Example
White with #B5690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5690C; }
p { color: rgb(181,105,12); }
H1.HeaderClassName
{
color: #B5690C;
}
.AnyTagClassName
{
color: #B5690C;
}
</style>
background-color css
<style>
a { background-color: #B5690C; }
a { background-color: rgb(181,105,12); }
div.DivClassName
{
background-color: #B5690C;
}
.BgClassName
{
background-color: #B5690C;
}
</style>
border-color css
<style>
span { border-color: #B5690C; }
span { border-color: rgb(181,105,12); }
td.TdClassName
{
border-color: #B5690C;
}
.TagClassName
{
border-color: #B5690C;
}
</style>