Shades of Buddha Gold #B39817
Tints of Buddha Gold #B39817
RGB
CMYK
RGB Variations
Color information
#B39817 (or 0xB39817) is known color: Buddha Gold. HEX triplet: B3, 98 and 17. RGB value is (179,152,23). Sum of RGB (Red+Green+Blue) = 179+152+23=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B39817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39817 is #4C67E8. Grayscale: #919191. Windows color (decimal): -5007337 or 1546419. OLE color: 1546419.
HSL color Cylindrical-coordinate representation of color #B39817: hue angle of 49.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B39817 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 23 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.30 |
| HSL | 49.62º | 0.77% | 0.4% | - |
| HSV(B) | 49.62º | 0.87% | 0.7% | - |
| XYZ | 29.97 | 32.1 | 5.43 | - |
| YUV | 145.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 23 | 0 | 0.15 | 0.87 | 0.30 | 49.62 | 0.77 | 0.4 |
| Hex | B3 | 98 | 17 | 0 | F | 57 | 1E | 32 | 4D | 28 |
| Octal | 263 | 230 | 27 | 0 | 17 | 127 | 36 | 62 | 115 | 50 |
| Binary | 10110011 | 10011000 | 10111 | 0 | 1111 | 1010111 | 11110 | 110010 | 1001101 | 101000 |
Color Harmonies of #B39817
Complementary color
Monochromatic Colors of #B39817
Black with #B39817
Text Example
Text Example
White with #B39817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39817; }
p { color: rgb(179,152,23); }
H1.HeaderClassName
{
color: #B39817;
}
.AnyTagClassName
{
color: #B39817;
}
</style>
background-color css
<style>
a { background-color: #B39817; }
a { background-color: rgb(179,152,23); }
div.DivClassName
{
background-color: #B39817;
}
.BgClassName
{
background-color: #B39817;
}
</style>
border-color css
<style>
span { border-color: #B39817; }
span { border-color: rgb(179,152,23); }
td.TdClassName
{
border-color: #B39817;
}
.TagClassName
{
border-color: #B39817;
}
</style>