#B59E1B

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

Shades of Buddha Gold #B59E1B

Tints of Buddha Gold #B59E1B

Color information

#B59E1B (or 0xB59E1B) is unknown color: approx Buddha Gold. HEX triplet: B5, 9E and 1B. RGB value is (181,158,27). Sum of RGB (Red+Green+Blue) = 181+158+27=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E1B is #4A61E4. Grayscale: #969696. Windows color (decimal): -4874725 or 1810101. OLE color: 1810101.

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

Color convert

RGB18115827-
CMYK00.130.850.29
HSL51.04º74.04%40.78%-
HSV(B)51.04º85.08%70.98%-
XYZ31.4834.366.01-
YUV149.9458.62150.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 27 (10.94% from 255) = 7.38%
R=49.45%
G=43.17%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811582700.130.850.2951.0474.0440.78
HexB59E1B0D551D334a29
Octal26523633015125356311251
Binary101101011001111011011011011010101111011100111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E1B; }

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

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

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

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

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

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

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

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