#BDA30E

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

Shades of Buddha Gold #BDA30E

Tints of Buddha Gold #BDA30E

Color information

#BDA30E (or 0xBDA30E) is unknown color: approx Buddha Gold. HEX triplet: BD, A3 and 0E. RGB value is (189,163,14). Sum of RGB (Red+Green+Blue) = 189+163+14=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA30E is #425CF1. Grayscale: #9A9A9A. Windows color (decimal): -4349170 or 959421. OLE color: 959421.

HSL color Cylindrical-coordinate representation of color #BDA30E: hue angle of 51.09º 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 #BDA30E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18916314-
CMYK00.140.930.26
HSL51.09º86.21%39.8%-
HSV(B)51.09º92.59%74.12%-
XYZ34.1637.045.77-
YUV153.7949.11153.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 14 (5.86% from 255) = 3.83%
R=51.64%
G=44.54%
B=3.83%

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
Decimal1891631400.140.930.2651.0986.2139.8
HexBDA3E0E5D1A335628
Octal27524316016135326312650
Binary10111101101000111110011101011101110101100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA30E; }

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

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

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

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

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

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

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

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