#BFA015

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

Shades of Buddha Gold #BFA015

Tints of Buddha Gold #BFA015

Color information

#BFA015 (or 0xBFA015) is unknown color: approx Buddha Gold. HEX triplet: BF, A0 and 15. RGB value is (191,160,21). Sum of RGB (Red+Green+Blue) = 191+160+21=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA015 is #405FEA. Grayscale: #9A9A9A. Windows color (decimal): -4218859 or 1417407. OLE color: 1417407.

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

Color convert

RGB19116021-
CMYK00.160.890.25
HSL49.06º80.19%41.57%-
HSV(B)49.06º89.01%74.9%-
XYZ34.1936.275.91-
YUV153.4253.27154.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 160 (62.89% from 255) = 43.01%
BLUE value IS 21 (8.59% from 255) = 5.65%
R=51.34%
G=43.01%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911602100.160.890.2549.0680.1941.57
HexBFA015010591931502a
Octal27724025020131316112052
Binary1011111110100000101010100001011001110011100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA015; }

 p { color: rgb(191,160,21); }

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

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

 a { background-color: rgb(191,160,21); }

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

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

 span { border-color: rgb(191,160,21); }

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