#BFA502

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

Shades of Buddha Gold #BFA502

Tints of Buddha Gold #BFA502

Color information

#BFA502 (or 0xBFA502) is unknown color: approx Buddha Gold. HEX triplet: BF, A5 and 02. RGB value is (191,165,2). Sum of RGB (Red+Green+Blue) = 191+165+2=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA502 is #405AFD. Grayscale: #9A9A9A. Windows color (decimal): -4217598 or 173503. OLE color: 173503.

HSL color Cylindrical-coordinate representation of color #BFA502: hue angle of 51.75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFA502 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1911652-
CMYK00.140.990.25
HSL51.75º97.93%37.84%-
HSV(B)51.75º98.95%74.9%-
XYZ34.9537.995.55-
YUV154.1942.11154.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 165 (64.84% from 255) = 46.09%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=53.35%
G=46.09%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191165200.140.990.2551.7597.9337.84
HexBFA520E6319346226
Octal2772452016143316414246
Binary101111111010010110011101100011110011101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA502; }

 p { color: rgb(191,165,2); }

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

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

 a { background-color: rgb(191,165,2); }

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

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

 span { border-color: rgb(191,165,2); }

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