#BFA009

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

Shades of Buddha Gold #BFA009

Tints of Buddha Gold #BFA009

Color information

#BFA009 (or 0xBFA009) is unknown color: approx Buddha Gold. HEX triplet: BF, A0 and 09. RGB value is (191,160,9). Sum of RGB (Red+Green+Blue) = 191+160+9=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA009 is #405FF6. Grayscale: #989898. Windows color (decimal): -4218871 or 630975. OLE color: 630975.

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

Color convert

RGB1911609-
CMYK00.160.950.25
HSL49.78º91%39.22%-
HSV(B)49.78º95.29%74.9%-
XYZ34.1136.245.46-
YUV152.0647.27155.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 9 (3.91% from 255) = 2.5%
R=53.06%
G=44.44%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191160900.160.950.2549.789139.22
HexBFA090105F19325b27
Octal27724011020137316213347
Binary101111111010000010010100001011111110011100101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA009; }

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

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

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

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

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

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

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

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