#b59e02

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

Shades of Buddha Gold #B59E02

Tints of Buddha Gold #B59E02

Color information

#B59E02 (or 0xB59E02) is unknown color: approx Buddha Gold. HEX triplet: B5, 9E and 02. RGB value is (181,158,2). Sum of RGB (Red+Green+Blue) = 181+158+2=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59E02 is #4A61FD. Grayscale: #939393. Windows color (decimal): -4874750 or 171701. OLE color: 171701.

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

Color convert

RGB1811582-
CMYK00.130.990.29
HSL52.29º97.81%35.88%-
HSV(B)52.29º98.9%70.98%-
XYZ31.2934.285.03-
YUV147.0946.12152.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=53.08%
G=46.33%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181158200.130.990.2952.2997.8135.88
HexB59E20D631D346224
Octal2652362015143356414244
Binary101101011001111010011011100011111011101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59e02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59e02; }

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

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

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

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

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

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

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

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