Shades of Buddha Gold #B3960D
Tints of Buddha Gold #B3960D
RGB
CMYK
RGB Variations
Color information
#B3960D (or 0xB3960D) is known color: Buddha Gold. HEX triplet: B3, 96 and 0D. RGB value is (179,150,13). Sum of RGB (Red+Green+Blue) = 179+150+13=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3960D is #4C69F2. Grayscale: #8F8F8F. Windows color (decimal): -5007859 or 890547. OLE color: 890547.
HSL color Cylindrical-coordinate representation of color #B3960D: hue angle of 49.52º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3960D is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 13 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.30 |
| HSL | 49.52º | 0.86% | 0.38% | - |
| HSV(B) | 49.52º | 0.93% | 0.7% | - |
| XYZ | 29.57 | 31.43 | 4.89 | - |
| YUV | 143.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 13 | 0 | 0.16 | 0.93 | 0.30 | 49.52 | 0.86 | 0.38 |
| Hex | B3 | 96 | D | 0 | 10 | 5D | 1E | 32 | 56 | 26 |
| Octal | 263 | 226 | 15 | 0 | 20 | 135 | 36 | 62 | 126 | 46 |
| Binary | 10110011 | 10010110 | 1101 | 0 | 10000 | 1011101 | 11110 | 110010 | 1010110 | 100110 |
Color Harmonies of #B3960D
Complementary color
Monochromatic Colors of #B3960D
Black with #B3960D
Text Example
Text Example
White with #B3960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3960D; }
p { color: rgb(179,150,13); }
H1.HeaderClassName
{
color: #B3960D;
}
.AnyTagClassName
{
color: #B3960D;
}
</style>
background-color css
<style>
a { background-color: #B3960D; }
a { background-color: rgb(179,150,13); }
div.DivClassName
{
background-color: #B3960D;
}
.BgClassName
{
background-color: #B3960D;
}
</style>
border-color css
<style>
span { border-color: #B3960D; }
span { border-color: rgb(179,150,13); }
td.TdClassName
{
border-color: #B3960D;
}
.TagClassName
{
border-color: #B3960D;
}
</style>