#BD980E

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

Shades of Buddha Gold #BD980E

Tints of Buddha Gold #BD980E

Color information

#BD980E (or 0xBD980E) is unknown color: approx Buddha Gold. HEX triplet: BD, 98 and 0E. RGB value is (189,152,14). Sum of RGB (Red+Green+Blue) = 189+152+14=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD980E is #4267F1. Grayscale: #939393. Windows color (decimal): -4351986 or 956605. OLE color: 956605.

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

Color convert

RGB18915214-
CMYK00.200.930.26
HSL47.31º86.21%39.8%-
HSV(B)47.31º92.59%74.12%-
XYZ32.2933.315.14-
YUV147.3352.76157.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.24%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 14 (5.86% from 255) = 3.94%
R=53.24%
G=42.82%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891521400.200.930.2647.3186.2139.8
HexBD98E0145D1A2f5628
Octal27523016024135325712650
Binary101111011001100011100101001011101110101011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD980E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD980E; }

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

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

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

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

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

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

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

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