#bc930f

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

Shades of Buddha Gold #BC930F

Tints of Buddha Gold #BC930F

Color information

#BC930F (or 0xBC930F) is unknown color: approx Buddha Gold. HEX triplet: BC, 93 and 0F. RGB value is (188,147,15). Sum of RGB (Red+Green+Blue) = 188+147+15=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC930F is #436CF0. Grayscale: #909090. Windows color (decimal): -4418801 or 1020860. OLE color: 1020860.

HSL color Cylindrical-coordinate representation of color #BC930F: hue angle of 45.78º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC930F is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB18814715-
CMYK00.220.920.26
HSL45.78º85.22%39.8%-
HSV(B)45.78º92.02%73.73%-
XYZ31.2631.594.9-
YUV144.2155.08159.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 15 (6.25% from 255) = 4.29%
R=53.71%
G=42%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881471500.220.920.2645.7885.2239.8
HexBC93F0165C1A2e5528
Octal27422317026134325612550
Binary101111001001001111110101101011100110101011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc930f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc930f; }

 p { color: rgb(188,147,15); }

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

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

 a { background-color: rgb(188,147,15); }

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

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

 span { border-color: rgb(188,147,15); }

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