#BCA60D

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

Shades of Buddha Gold #BCA60D

Tints of Buddha Gold #BCA60D

Color information

#BCA60D (or 0xBCA60D) is unknown color: approx Buddha Gold. HEX triplet: BC, A6 and 0D. RGB value is (188,166,13). Sum of RGB (Red+Green+Blue) = 188+166+13=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA60D is #4359F2. Grayscale: #9B9B9B. Windows color (decimal): -4413939 or 894652. OLE color: 894652.

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

Color convert

RGB18816613-
CMYK00.120.930.26
HSL52.46º87.06%39.41%-
HSV(B)52.46º93.09%73.73%-
XYZ34.4537.995.9-
YUV155.1447.79151.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 13 (5.47% from 255) = 3.54%
R=51.23%
G=45.23%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881661300.120.930.2652.4687.0639.41
HexBCA6D0C5D1A345727
Octal27424615014135326412747
Binary10111100101001101101011001011101110101101001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA60D; }

 p { color: rgb(188,166,13); }

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

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

 a { background-color: rgb(188,166,13); }

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

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

 span { border-color: rgb(188,166,13); }

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