#b59e08

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

Shades of Buddha Gold #B59E08

Tints of Buddha Gold #B59E08

Color information

#B59E08 (or 0xB59E08) is unknown color: approx Buddha Gold. HEX triplet: B5, 9E and 08. RGB value is (181,158,8). Sum of RGB (Red+Green+Blue) = 181+158+8=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59E08 is #4A61F7. Grayscale: #949494. Windows color (decimal): -4874744 or 564917. OLE color: 564917.

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

Color convert

RGB1811588-
CMYK00.130.960.29
HSL52.02º91.53%37.06%-
HSV(B)52.02º95.58%70.98%-
XYZ31.3334.35.2-
YUV147.7849.12151.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=52.16%
G=45.53%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181158800.130.960.2952.0291.5337.06
HexB59E80D601D345c25
Octal26523610015140356413445
Binary10110101100111101000011011100000111011101001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59e08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59e08; }

 p { color: rgb(181,158,8); }

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

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

 a { background-color: rgb(181,158,8); }

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

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

 span { border-color: rgb(181,158,8); }

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