#BC9C1E

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

Shades of Buddha Gold #BC9C1E

Tints of Buddha Gold #BC9C1E

Color information

#BC9C1E (or 0xBC9C1E) is unknown color: approx Buddha Gold. HEX triplet: BC, 9C and 1E. RGB value is (188,156,30). Sum of RGB (Red+Green+Blue) = 188+156+30=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C1E is #4363E1. Grayscale: #979797. Windows color (decimal): -4416482 or 2006204. OLE color: 2006204.

HSL color Cylindrical-coordinate representation of color #BC9C1E: hue angle of 47.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC9C1E is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18815630-
CMYK00.170.840.26
HSL47.85º72.48%42.75%-
HSV(B)47.85º84.04%73.73%-
XYZ32.8634.566.17-
YUV151.259.6154.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 30 (12.11% from 255) = 8.02%
R=50.27%
G=41.71%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881563000.170.840.2647.8572.4842.75
HexBC9C1E011541A30482b
Octal27423436021124326011053
Binary1011110010011100111100100011010100110101100001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C1E; }

 p { color: rgb(188,156,30); }

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

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

 a { background-color: rgb(188,156,30); }

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

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

 span { border-color: rgb(188,156,30); }

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