Shades of Golden Brown #B06F10
Tints of Golden Brown #B06F10
RGB
CMYK
RGB Variations
Color information
#B06F10 (or 0xB06F10) is known color: Golden Brown. HEX triplet: B0, 6F and 10. RGB value is (176,111,16). Sum of RGB (Red+Green+Blue) = 176+111+16=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F10 is #4F90EF. Grayscale: #787878. Windows color (decimal): -5214448 or 1077168. OLE color: 1077168.
HSL color Cylindrical-coordinate representation of color #B06F10: hue angle of 35.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B06F10 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 16 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.31 |
| HSL | 35.63º | 0.83% | 0.38% | - |
| HSV(B) | 35.63º | 0.91% | 0.69% | - |
| XYZ | 23.68 | 20.64 | 3.23 | - |
| YUV | 119.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 16 | 0 | 0.37 | 0.91 | 0.31 | 35.63 | 0.83 | 0.38 |
| Hex | B0 | 6F | 10 | 0 | 25 | 5B | 1F | 24 | 53 | 26 |
| Octal | 260 | 157 | 20 | 0 | 45 | 133 | 37 | 44 | 123 | 46 |
| Binary | 10110000 | 1101111 | 10000 | 0 | 100101 | 1011011 | 11111 | 100100 | 1010011 | 100110 |
Color Harmonies of #B06F10
Complementary color
Monochromatic Colors of #B06F10
Black with #B06F10
Text Example
Text Example
White with #B06F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F10; }
p { color: rgb(176,111,16); }
H1.HeaderClassName
{
color: #B06F10;
}
.AnyTagClassName
{
color: #B06F10;
}
</style>
background-color css
<style>
a { background-color: #B06F10; }
a { background-color: rgb(176,111,16); }
div.DivClassName
{
background-color: #B06F10;
}
.BgClassName
{
background-color: #B06F10;
}
</style>
border-color css
<style>
span { border-color: #B06F10; }
span { border-color: rgb(176,111,16); }
td.TdClassName
{
border-color: #B06F10;
}
.TagClassName
{
border-color: #B06F10;
}
</style>