#BDA10E

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

Shades of Buddha Gold #BDA10E

Tints of Buddha Gold #BDA10E

Color information

#BDA10E (or 0xBDA10E) is unknown color: approx Buddha Gold. HEX triplet: BD, A1 and 0E. RGB value is (189,161,14). Sum of RGB (Red+Green+Blue) = 189+161+14=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA10E is #425EF1. Grayscale: #999999. Windows color (decimal): -4349682 or 958909. OLE color: 958909.

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

Color convert

RGB18916114-
CMYK00.150.930.26
HSL50.4º86.21%39.8%-
HSV(B)50.4º92.59%74.12%-
XYZ33.8136.345.65-
YUV152.6149.78153.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 161 (63.28% from 255) = 44.23%
BLUE value IS 14 (5.86% from 255) = 3.85%
R=51.92%
G=44.23%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891611400.150.930.2650.486.2139.8
HexBDA1E0F5D1A325628
Octal27524116017135326212650
Binary10111101101000011110011111011101110101100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA10E; }

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

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

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

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

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

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

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

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