Shades of Buddha Gold #B3980D
Tints of Buddha Gold #B3980D
RGB
CMYK
RGB Variations
Color information
#B3980D (or 0xB3980D) is known color: Buddha Gold. HEX triplet: B3, 98 and 0D. RGB value is (179,152,13). Sum of RGB (Red+Green+Blue) = 179+152+13=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3980D is #4C67F2. Grayscale: #909090. Windows color (decimal): -5007347 or 891059. OLE color: 891059.
HSL color Cylindrical-coordinate representation of color #B3980D: hue angle of 50.24º 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 #B3980D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 13 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.30 |
| HSL | 50.24º | 0.86% | 0.38% | - |
| HSV(B) | 50.24º | 0.93% | 0.7% | - |
| XYZ | 29.89 | 32.07 | 5 | - |
| YUV | 144.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 13 | 0 | 0.15 | 0.93 | 0.30 | 50.24 | 0.86 | 0.38 |
| Hex | B3 | 98 | D | 0 | F | 5D | 1E | 32 | 56 | 26 |
| Octal | 263 | 230 | 15 | 0 | 17 | 135 | 36 | 62 | 126 | 46 |
| Binary | 10110011 | 10011000 | 1101 | 0 | 1111 | 1011101 | 11110 | 110010 | 1010110 | 100110 |
Color Harmonies of #B3980D
Complementary color
Monochromatic Colors of #B3980D
Black with #B3980D
Text Example
Text Example
White with #B3980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3980D; }
p { color: rgb(179,152,13); }
H1.HeaderClassName
{
color: #B3980D;
}
.AnyTagClassName
{
color: #B3980D;
}
</style>
background-color css
<style>
a { background-color: #B3980D; }
a { background-color: rgb(179,152,13); }
div.DivClassName
{
background-color: #B3980D;
}
.BgClassName
{
background-color: #B3980D;
}
</style>
border-color css
<style>
span { border-color: #B3980D; }
span { border-color: rgb(179,152,13); }
td.TdClassName
{
border-color: #B3980D;
}
.TagClassName
{
border-color: #B3980D;
}
</style>