Shades of Golden Brown #B06F0F
Tints of Golden Brown #B06F0F
RGB
CMYK
RGB Variations
Color information
#B06F0F (or 0xB06F0F) is known color: Golden Brown. HEX triplet: B0, 6F and 0F. RGB value is (176,111,15). Sum of RGB (Red+Green+Blue) = 176+111+15=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F0F is #4F90F0. Grayscale: #777777. Windows color (decimal): -5214449 or 1011632. OLE color: 1011632.
HSL color Cylindrical-coordinate representation of color #B06F0F: hue angle of 35.78º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B06F0F is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 15 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.31 |
| HSL | 35.78º | 0.84% | 0.37% | - |
| HSV(B) | 35.78º | 0.91% | 0.69% | - |
| XYZ | 23.68 | 20.63 | 3.19 | - |
| YUV | 119.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 15 | 0 | 0.37 | 0.91 | 0.31 | 35.78 | 0.84 | 0.37 |
| Hex | B0 | 6F | F | 0 | 25 | 5B | 1F | 24 | 54 | 25 |
| Octal | 260 | 157 | 17 | 0 | 45 | 133 | 37 | 44 | 124 | 45 |
| Binary | 10110000 | 1101111 | 1111 | 0 | 100101 | 1011011 | 11111 | 100100 | 1010100 | 100101 |
Color Harmonies of #B06F0F
Complementary color
Monochromatic Colors of #B06F0F
Black with #B06F0F
Text Example
Text Example
White with #B06F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F0F; }
p { color: rgb(176,111,15); }
H1.HeaderClassName
{
color: #B06F0F;
}
.AnyTagClassName
{
color: #B06F0F;
}
</style>
background-color css
<style>
a { background-color: #B06F0F; }
a { background-color: rgb(176,111,15); }
div.DivClassName
{
background-color: #B06F0F;
}
.BgClassName
{
background-color: #B06F0F;
}
</style>
border-color css
<style>
span { border-color: #B06F0F; }
span { border-color: rgb(176,111,15); }
td.TdClassName
{
border-color: #B06F0F;
}
.TagClassName
{
border-color: #B06F0F;
}
</style>