Shades of Golden Brown #B16618
Tints of Golden Brown #B16618
RGB
CMYK
RGB Variations
Color information
#B16618 (or 0xB16618) is known color: Golden Brown. HEX triplet: B1, 66 and 18. RGB value is (177,102,24). Sum of RGB (Red+Green+Blue) = 177+102+24=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B16618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16618 is #4E99E7. Grayscale: #737373. Windows color (decimal): -5151208 or 1599153. OLE color: 1599153.
HSL color Cylindrical-coordinate representation of color #B16618: hue angle of 30.59º 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 #B16618 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 24 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.31 |
| HSL | 30.59º | 0.76% | 0.39% | - |
| HSV(B) | 30.59º | 0.86% | 0.69% | - |
| XYZ | 23.05 | 18.92 | 3.3 | - |
| YUV | 115.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 24 | 0 | 0.42 | 0.86 | 0.31 | 30.59 | 0.76 | 0.39 |
| Hex | B1 | 66 | 18 | 0 | 2A | 56 | 1F | 1F | 4C | 27 |
| Octal | 261 | 146 | 30 | 0 | 52 | 126 | 37 | 37 | 114 | 47 |
| Binary | 10110001 | 1100110 | 11000 | 0 | 101010 | 1010110 | 11111 | 11111 | 1001100 | 100111 |
Color Harmonies of #B16618
Complementary color
Monochromatic Colors of #B16618
Black with #B16618
Text Example
Text Example
White with #B16618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16618; }
p { color: rgb(177,102,24); }
H1.HeaderClassName
{
color: #B16618;
}
.AnyTagClassName
{
color: #B16618;
}
</style>
background-color css
<style>
a { background-color: #B16618; }
a { background-color: rgb(177,102,24); }
div.DivClassName
{
background-color: #B16618;
}
.BgClassName
{
background-color: #B16618;
}
</style>
border-color css
<style>
span { border-color: #B16618; }
span { border-color: rgb(177,102,24); }
td.TdClassName
{
border-color: #B16618;
}
.TagClassName
{
border-color: #B16618;
}
</style>