#BC9C0A

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

Shades of Buddha Gold #BC9C0A

Tints of Buddha Gold #BC9C0A

Color information

#BC9C0A (or 0xBC9C0A) is unknown color: approx Buddha Gold. HEX triplet: BC, 9C and 0A. RGB value is (188,156,10). Sum of RGB (Red+Green+Blue) = 188+156+10=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C0A is #4363F5. Grayscale: #959595. Windows color (decimal): -4416502 or 695484. OLE color: 695484.

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

Color convert

RGB18815610-
CMYK00.170.950.26
HSL49.21º89.9%38.82%-
HSV(B)49.21º94.68%73.73%-
XYZ32.6834.495.22-
YUV148.9249.6155.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=53.11%
G=44.07%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881561000.170.950.2649.2189.938.82
HexBC9CA0115F1A315a27
Octal27423412021137326113247
Binary101111001001110010100100011011111110101100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C0A; }

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

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

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

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

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

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

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

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