Shades of Golden Brown #B06F13
Tints of Golden Brown #B06F13
RGB
CMYK
RGB Variations
Color information
#B06F13 (or 0xB06F13) is known color: Golden Brown. HEX triplet: B0, 6F and 13. RGB value is (176,111,19). Sum of RGB (Red+Green+Blue) = 176+111+19=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F13 is #4F90EC. Grayscale: #787878. Windows color (decimal): -5214445 or 1273776. OLE color: 1273776.
HSL color Cylindrical-coordinate representation of color #B06F13: hue angle of 35.16º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B06F13 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 19 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.31 |
| HSL | 35.16º | 0.81% | 0.38% | - |
| HSV(B) | 35.16º | 0.89% | 0.69% | - |
| XYZ | 23.71 | 20.65 | 3.35 | - |
| YUV | 119.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 19 | 0 | 0.37 | 0.89 | 0.31 | 35.16 | 0.81 | 0.38 |
| Hex | B0 | 6F | 13 | 0 | 25 | 59 | 1F | 23 | 51 | 26 |
| Octal | 260 | 157 | 23 | 0 | 45 | 131 | 37 | 43 | 121 | 46 |
| Binary | 10110000 | 1101111 | 10011 | 0 | 100101 | 1011001 | 11111 | 100011 | 1010001 | 100110 |
Color Harmonies of #B06F13
Complementary color
Monochromatic Colors of #B06F13
Black with #B06F13
Text Example
Text Example
White with #B06F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F13; }
p { color: rgb(176,111,19); }
H1.HeaderClassName
{
color: #B06F13;
}
.AnyTagClassName
{
color: #B06F13;
}
</style>
background-color css
<style>
a { background-color: #B06F13; }
a { background-color: rgb(176,111,19); }
div.DivClassName
{
background-color: #B06F13;
}
.BgClassName
{
background-color: #B06F13;
}
</style>
border-color css
<style>
span { border-color: #B06F13; }
span { border-color: rgb(176,111,19); }
td.TdClassName
{
border-color: #B06F13;
}
.TagClassName
{
border-color: #B06F13;
}
</style>