#BFA318

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

Shades of Buddha Gold #BFA318

Tints of Buddha Gold #BFA318

Color information

#BFA318 (or 0xBFA318) is unknown color: approx Buddha Gold. HEX triplet: BF, A3 and 18. RGB value is (191,163,24). Sum of RGB (Red+Green+Blue) = 191+163+24=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA318 is #405CE7. Grayscale: #9C9C9C. Windows color (decimal): -4218088 or 1614783. OLE color: 1614783.

HSL color Cylindrical-coordinate representation of color #BFA318: hue angle of 49.94º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFA318 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19116324-
CMYK00.150.870.25
HSL49.94º77.67%42.16%-
HSV(B)49.94º87.43%74.9%-
XYZ34.7537.346.24-
YUV155.5353.78153.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 24 (9.77% from 255) = 6.35%
R=50.53%
G=43.12%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911632400.150.870.2549.9477.6742.16
HexBFA3180F5719324e2a
Octal27724330017127316211652
Binary101111111010001111000011111010111110011100101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA318; }

 p { color: rgb(191,163,24); }

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

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

 a { background-color: rgb(191,163,24); }

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

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

 span { border-color: rgb(191,163,24); }

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