#BFA313

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

Shades of Buddha Gold #BFA313

Tints of Buddha Gold #BFA313

Color information

#BFA313 (or 0xBFA313) is unknown color: approx Buddha Gold. HEX triplet: BF, A3 and 13. RGB value is (191,163,19). Sum of RGB (Red+Green+Blue) = 191+163+19=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA313 is #405CEC. Grayscale: #9B9B9B. Windows color (decimal): -4218093 or 1287103. OLE color: 1287103.

HSL color Cylindrical-coordinate representation of color #BFA313: hue angle of 50.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFA313 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19116319-
CMYK00.150.900.25
HSL50.23º81.9%41.18%-
HSV(B)50.23º90.05%74.9%-
XYZ34.737.325.99-
YUV154.9651.28153.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 19 (7.81% from 255) = 5.09%
R=51.21%
G=43.70%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911631900.150.900.2550.2381.941.18
HexBFA3130F5A19325229
Octal27724323017132316212251
Binary101111111010001110011011111011010110011100101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA313; }

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

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

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

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

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

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

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

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