Shades of Buddha Gold #B3980C
Tints of Buddha Gold #B3980C
RGB
CMYK
RGB Variations
Color information
#B3980C (or 0xB3980C) is known color: Buddha Gold. HEX triplet: B3, 98 and 0C. RGB value is (179,152,12). Sum of RGB (Red+Green+Blue) = 179+152+12=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3980C is #4C67F3. Grayscale: #909090. Windows color (decimal): -5007348 or 825523. OLE color: 825523.
HSL color Cylindrical-coordinate representation of color #B3980C: hue angle of 50.3º 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 #B3980C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 12 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.30 |
| HSL | 50.3º | 0.87% | 0.37% | - |
| HSV(B) | 50.3º | 0.93% | 0.7% | - |
| XYZ | 29.89 | 32.07 | 4.96 | - |
| YUV | 144.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 12 | 0 | 0.15 | 0.93 | 0.30 | 50.3 | 0.87 | 0.37 |
| Hex | B3 | 98 | C | 0 | F | 5D | 1E | 32 | 57 | 25 |
| Octal | 263 | 230 | 14 | 0 | 17 | 135 | 36 | 62 | 127 | 45 |
| Binary | 10110011 | 10011000 | 1100 | 0 | 1111 | 1011101 | 11110 | 110010 | 1010111 | 100101 |
Color Harmonies of #B3980C
Complementary color
Monochromatic Colors of #B3980C
Black with #B3980C
Text Example
Text Example
White with #B3980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3980C; }
p { color: rgb(179,152,12); }
H1.HeaderClassName
{
color: #B3980C;
}
.AnyTagClassName
{
color: #B3980C;
}
</style>
background-color css
<style>
a { background-color: #B3980C; }
a { background-color: rgb(179,152,12); }
div.DivClassName
{
background-color: #B3980C;
}
.BgClassName
{
background-color: #B3980C;
}
</style>
border-color css
<style>
span { border-color: #B3980C; }
span { border-color: rgb(179,152,12); }
td.TdClassName
{
border-color: #B3980C;
}
.TagClassName
{
border-color: #B3980C;
}
</style>