Shades of Golden Brown #B06917
Tints of Golden Brown #B06917
RGB
CMYK
RGB Variations
Color information
#B06917 (or 0xB06917) is known color: Golden Brown. HEX triplet: B0, 69 and 17. RGB value is (176,105,23). Sum of RGB (Red+Green+Blue) = 176+105+23=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B06917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06917 is #4F96E8. Grayscale: #757575. Windows color (decimal): -5215977 or 1534384. OLE color: 1534384.
HSL color Cylindrical-coordinate representation of color #B06917: hue angle of 32.16º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B06917 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 23 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.31 |
| HSL | 32.16º | 0.77% | 0.39% | - |
| HSV(B) | 32.16º | 0.87% | 0.69% | - |
| XYZ | 23.11 | 19.4 | 3.34 | - |
| YUV | 116.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 23 | 0 | 0.40 | 0.87 | 0.31 | 32.16 | 0.77 | 0.39 |
| Hex | B0 | 69 | 17 | 0 | 28 | 57 | 1F | 20 | 4D | 27 |
| Octal | 260 | 151 | 27 | 0 | 50 | 127 | 37 | 40 | 115 | 47 |
| Binary | 10110000 | 1101001 | 10111 | 0 | 101000 | 1010111 | 11111 | 100000 | 1001101 | 100111 |
Color Harmonies of #B06917
Complementary color
Monochromatic Colors of #B06917
Black with #B06917
Text Example
Text Example
White with #B06917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06917; }
p { color: rgb(176,105,23); }
H1.HeaderClassName
{
color: #B06917;
}
.AnyTagClassName
{
color: #B06917;
}
</style>
background-color css
<style>
a { background-color: #B06917; }
a { background-color: rgb(176,105,23); }
div.DivClassName
{
background-color: #B06917;
}
.BgClassName
{
background-color: #B06917;
}
</style>
border-color css
<style>
span { border-color: #B06917; }
span { border-color: rgb(176,105,23); }
td.TdClassName
{
border-color: #B06917;
}
.TagClassName
{
border-color: #B06917;
}
</style>