#BFA020

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

Shades of Buddha Gold #BFA020

Tints of Buddha Gold #BFA020

Color information

#BFA020 (or 0xBFA020) is unknown color: approx Buddha Gold. HEX triplet: BF, A0 and 20. RGB value is (191,160,32). Sum of RGB (Red+Green+Blue) = 191+160+32=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA020 is #405FDF. Grayscale: #9B9B9B. Windows color (decimal): -4218848 or 2138303. OLE color: 2138303.

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

Color convert

RGB19116032-
CMYK00.160.830.25
HSL48.3º71.3%43.73%-
HSV(B)48.3º83.25%74.9%-
XYZ34.3236.326.57-
YUV154.6858.77153.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 32 (12.89% from 255) = 8.36%
R=49.87%
G=41.78%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911603200.160.830.2548.371.343.73
HexBFA020010531930472c
Octal27724040020123316010754
Binary10111111101000001000000100001010011110011100001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA020; }

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

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

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

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

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

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

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

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