#BDA20E

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

Shades of Buddha Gold #BDA20E

Tints of Buddha Gold #BDA20E

Color information

#BDA20E (or 0xBDA20E) is unknown color: approx Buddha Gold. HEX triplet: BD, A2 and 0E. RGB value is (189,162,14). Sum of RGB (Red+Green+Blue) = 189+162+14=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA20E is #425DF1. Grayscale: #999999. Windows color (decimal): -4349426 or 959165. OLE color: 959165.

HSL color Cylindrical-coordinate representation of color #BDA20E: hue angle of 50.74º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDA20E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18916214-
CMYK00.140.930.26
HSL50.74º86.21%39.8%-
HSV(B)50.74º92.59%74.12%-
XYZ33.9936.695.71-
YUV153.249.45153.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 14 (5.86% from 255) = 3.84%
R=51.78%
G=44.38%
B=3.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891621400.140.930.2650.7486.2139.8
HexBDA2E0E5D1A335628
Octal27524216016135326312650
Binary10111101101000101110011101011101110101100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA20E; }

 p { color: rgb(189,162,14); }

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

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

 a { background-color: rgb(189,162,14); }

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

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

 span { border-color: rgb(189,162,14); }

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