#B59F0E

Color #B59F0E Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #B59F0E

Tints of Buddha Gold #B59F0E

Color information

#B59F0E (or 0xB59F0E) is unknown color: approx Buddha Gold. HEX triplet: B5, 9F and 0E. RGB value is (181,159,14). Sum of RGB (Red+Green+Blue) = 181+159+14=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59F0E is #4A60F1. Grayscale: #959595. Windows color (decimal): -4874482 or 958389. OLE color: 958389.

HSL color Cylindrical-coordinate representation of color #B59F0E: hue angle of 52.1º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B59F0E is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18115914-
CMYK00.120.920.29
HSL52.1º85.64%38.24%-
HSV(B)52.1º92.27%70.98%-
XYZ31.5334.655.44-
YUV149.0551.79150.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 14 (5.86% from 255) = 3.95%
R=51.13%
G=44.92%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811591400.120.920.2952.185.6438.24
HexB59FE0C5C1D345626
Octal26523716014134356412646
Binary10110101100111111110011001011100111011101001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F0E; }

 p { color: rgb(181,159,14); }

 H1.HeaderClassName
 {
   color: #B59F0E;
 }
 .AnyTagClassName
 {
   color: #B59F0E;
 }
</style>
background-color css

<style>
 a { background-color: #B59F0E; }

 a { background-color: rgb(181,159,14); }

 div.DivClassName
 {
   background-color: #B59F0E;
 }
 .BgClassName
 {
   background-color: #B59F0E;
 }
</style>
border-color css

<style>
 span { border-color: #B59F0E; }

 span { border-color: rgb(181,159,14); }

 td.TdClassName
 {
   border-color: #B59F0E;
 }
 .TagClassName
 {
   border-color: #B59F0E;
 }
</style>