Shades of Golden Brown #B06912
Tints of Golden Brown #B06912
RGB
CMYK
RGB Variations
Color information
#B06912 (or 0xB06912) is known color: Golden Brown. HEX triplet: B0, 69 and 12. RGB value is (176,105,18). Sum of RGB (Red+Green+Blue) = 176+105+18=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B06912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06912 is #4F96ED. Grayscale: #747474. Windows color (decimal): -5215982 or 1206704. OLE color: 1206704.
HSL color Cylindrical-coordinate representation of color #B06912: hue angle of 33.04º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B06912 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 18 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.31 |
| HSL | 33.04º | 0.81% | 0.38% | - |
| HSV(B) | 33.04º | 0.9% | 0.69% | - |
| XYZ | 23.07 | 19.38 | 3.1 | - |
| YUV | 116.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 18 | 0 | 0.40 | 0.90 | 0.31 | 33.04 | 0.81 | 0.38 |
| Hex | B0 | 69 | 12 | 0 | 28 | 5A | 1F | 21 | 51 | 26 |
| Octal | 260 | 151 | 22 | 0 | 50 | 132 | 37 | 41 | 121 | 46 |
| Binary | 10110000 | 1101001 | 10010 | 0 | 101000 | 1011010 | 11111 | 100001 | 1010001 | 100110 |
Color Harmonies of #B06912
Complementary color
Monochromatic Colors of #B06912
Black with #B06912
Text Example
Text Example
White with #B06912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06912; }
p { color: rgb(176,105,18); }
H1.HeaderClassName
{
color: #B06912;
}
.AnyTagClassName
{
color: #B06912;
}
</style>
background-color css
<style>
a { background-color: #B06912; }
a { background-color: rgb(176,105,18); }
div.DivClassName
{
background-color: #B06912;
}
.BgClassName
{
background-color: #B06912;
}
</style>
border-color css
<style>
span { border-color: #B06912; }
span { border-color: rgb(176,105,18); }
td.TdClassName
{
border-color: #B06912;
}
.TagClassName
{
border-color: #B06912;
}
</style>