#BDA00E

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

Shades of Buddha Gold #BDA00E

Tints of Buddha Gold #BDA00E

Color information

#BDA00E (or 0xBDA00E) is unknown color: approx Buddha Gold. HEX triplet: BD, A0 and 0E. RGB value is (189,160,14). Sum of RGB (Red+Green+Blue) = 189+160+14=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA00E is #425FF1. Grayscale: #989898. Windows color (decimal): -4349938 or 958653. OLE color: 958653.

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

Color convert

RGB18916014-
CMYK00.150.930.26
HSL50.06º86.21%39.8%-
HSV(B)50.06º92.59%74.12%-
XYZ33.6435.995.59-
YUV152.0350.11154.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 14 (5.86% from 255) = 3.86%
R=52.07%
G=44.08%
B=3.86%

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
Decimal1891601400.150.930.2650.0686.2139.8
HexBDA0E0F5D1A325628
Octal27524016017135326212650
Binary10111101101000001110011111011101110101100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA00E; }

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

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

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

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

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

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

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

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