Shades of Golden Brown #B06B0C
Tints of Golden Brown #B06B0C
RGB
CMYK
RGB Variations
Color information
#B06B0C (or 0xB06B0C) is known color: Golden Brown. HEX triplet: B0, 6B and 0C. RGB value is (176,107,12). Sum of RGB (Red+Green+Blue) = 176+107+12=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06B0C is #4F94F3. Grayscale: #757575. Windows color (decimal): -5215476 or 814000. OLE color: 814000.
HSL color Cylindrical-coordinate representation of color #B06B0C: hue angle of 34.76º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B06B0C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 107 | 12 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.31 |
| HSL | 34.76º | 0.87% | 0.37% | - |
| HSV(B) | 34.76º | 0.93% | 0.69% | - |
| XYZ | 23.23 | 19.77 | 2.94 | - |
| YUV | 116.8 | 68.86 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 12 | 0 | 0.39 | 0.93 | 0.31 | 34.76 | 0.87 | 0.37 |
| Hex | B0 | 6B | C | 0 | 27 | 5D | 1F | 23 | 57 | 25 |
| Octal | 260 | 153 | 14 | 0 | 47 | 135 | 37 | 43 | 127 | 45 |
| Binary | 10110000 | 1101011 | 1100 | 0 | 100111 | 1011101 | 11111 | 100011 | 1010111 | 100101 |
Color Harmonies of #B06B0C
Complementary color
Monochromatic Colors of #B06B0C
Black with #B06B0C
Text Example
Text Example
White with #B06B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06B0C; }
p { color: rgb(176,107,12); }
H1.HeaderClassName
{
color: #B06B0C;
}
.AnyTagClassName
{
color: #B06B0C;
}
</style>
background-color css
<style>
a { background-color: #B06B0C; }
a { background-color: rgb(176,107,12); }
div.DivClassName
{
background-color: #B06B0C;
}
.BgClassName
{
background-color: #B06B0C;
}
</style>
border-color css
<style>
span { border-color: #B06B0C; }
span { border-color: rgb(176,107,12); }
td.TdClassName
{
border-color: #B06B0C;
}
.TagClassName
{
border-color: #B06B0C;
}
</style>