Shades of Golden Brown #B16518
Tints of Golden Brown #B16518
RGB
CMYK
RGB Variations
Color information
#B16518 (or 0xB16518) is known color: Golden Brown. HEX triplet: B1, 65 and 18. RGB value is (177,101,24). Sum of RGB (Red+Green+Blue) = 177+101+24=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B16518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16518 is #4E9AE7. Grayscale: #737373. Windows color (decimal): -5151464 or 1598897. OLE color: 1598897.
HSL color Cylindrical-coordinate representation of color #B16518: hue angle of 30.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B16518 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 24 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.31 |
| HSL | 30.2º | 0.76% | 0.39% | - |
| HSV(B) | 30.2º | 0.86% | 0.69% | - |
| XYZ | 22.95 | 18.72 | 3.27 | - |
| YUV | 114.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 24 | 0 | 0.43 | 0.86 | 0.31 | 30.2 | 0.76 | 0.39 |
| Hex | B1 | 65 | 18 | 0 | 2B | 56 | 1F | 1E | 4C | 27 |
| Octal | 261 | 145 | 30 | 0 | 53 | 126 | 37 | 36 | 114 | 47 |
| Binary | 10110001 | 1100101 | 11000 | 0 | 101011 | 1010110 | 11111 | 11110 | 1001100 | 100111 |
Color Harmonies of #B16518
Complementary color
Monochromatic Colors of #B16518
Black with #B16518
Text Example
Text Example
White with #B16518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16518; }
p { color: rgb(177,101,24); }
H1.HeaderClassName
{
color: #B16518;
}
.AnyTagClassName
{
color: #B16518;
}
</style>
background-color css
<style>
a { background-color: #B16518; }
a { background-color: rgb(177,101,24); }
div.DivClassName
{
background-color: #B16518;
}
.BgClassName
{
background-color: #B16518;
}
</style>
border-color css
<style>
span { border-color: #B16518; }
span { border-color: rgb(177,101,24); }
td.TdClassName
{
border-color: #B16518;
}
.TagClassName
{
border-color: #B16518;
}
</style>