Shades of Buddha Gold #B3960C
Tints of Buddha Gold #B3960C
RGB
CMYK
RGB Variations
Color information
#B3960C (or 0xB3960C) is known color: Buddha Gold. HEX triplet: B3, 96 and 0C. RGB value is (179,150,12). Sum of RGB (Red+Green+Blue) = 179+150+12=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3960C is #4C69F3. Grayscale: #8F8F8F. Windows color (decimal): -5007860 or 825011. OLE color: 825011.
HSL color Cylindrical-coordinate representation of color #B3960C: hue angle of 49.58º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3960C is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 12 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.30 |
| HSL | 49.58º | 0.87% | 0.37% | - |
| HSV(B) | 49.58º | 0.93% | 0.7% | - |
| XYZ | 29.56 | 31.42 | 4.85 | - |
| YUV | 142.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 12 | 0 | 0.16 | 0.93 | 0.30 | 49.58 | 0.87 | 0.37 |
| Hex | B3 | 96 | C | 0 | 10 | 5D | 1E | 32 | 57 | 25 |
| Octal | 263 | 226 | 14 | 0 | 20 | 135 | 36 | 62 | 127 | 45 |
| Binary | 10110011 | 10010110 | 1100 | 0 | 10000 | 1011101 | 11110 | 110010 | 1010111 | 100101 |
Color Harmonies of #B3960C
Complementary color
Monochromatic Colors of #B3960C
Black with #B3960C
Text Example
Text Example
White with #B3960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3960C; }
p { color: rgb(179,150,12); }
H1.HeaderClassName
{
color: #B3960C;
}
.AnyTagClassName
{
color: #B3960C;
}
</style>
background-color css
<style>
a { background-color: #B3960C; }
a { background-color: rgb(179,150,12); }
div.DivClassName
{
background-color: #B3960C;
}
.BgClassName
{
background-color: #B3960C;
}
</style>
border-color css
<style>
span { border-color: #B3960C; }
span { border-color: rgb(179,150,12); }
td.TdClassName
{
border-color: #B3960C;
}
.TagClassName
{
border-color: #B3960C;
}
</style>