#BFA302

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

Shades of Buddha Gold #BFA302

Tints of Buddha Gold #BFA302

Color information

#BFA302 (or 0xBFA302) is unknown color: approx Buddha Gold. HEX triplet: BF, A3 and 02. RGB value is (191,163,2). Sum of RGB (Red+Green+Blue) = 191+163+2=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA302 is #405CFD. Grayscale: #999999. Windows color (decimal): -4218110 or 172991. OLE color: 172991.

HSL color Cylindrical-coordinate representation of color #BFA302: hue angle of 51.11º 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 #BFA302 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1911632-
CMYK00.150.990.25
HSL51.11º97.93%37.84%-
HSV(B)51.11º98.95%74.9%-
XYZ34.5937.285.43-
YUV153.0242.78155.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 163 (64.06% from 255) = 45.79%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=53.65%
G=45.79%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191163200.150.990.2551.1197.9337.84
HexBFA320F6319336226
Octal2772432017143316314246
Binary101111111010001110011111100011110011100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA302; }

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

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

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

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

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

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

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

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