#B59E00

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

Shades of Buddha Gold #B59E00

Tints of Buddha Gold #B59E00

Color information

#B59E00 (or 0xB59E00) is unknown color: approx Buddha Gold. HEX triplet: B5, 9E and 00. RGB value is (181,158,0). Sum of RGB (Red+Green+Blue) = 181+158+0=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59E00 is #4A61FF. Grayscale: #939393. Windows color (decimal): -4874752 or 40629. OLE color: 40629.

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

Color convert

RGB1811580-
CMYK00.1310.29
HSL52.38º100%35.49%-
HSV(B)52.38º100%70.98%-
XYZ31.2834.284.97-
YUV146.8645.12152.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.39%
G=46.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181158000.1310.2952.3810035.49
HexB59E00D641D346423
Octal2652360015144356414443
Binary10110101100111100011011100100111011101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E00; }

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

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

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

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

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

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

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

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