#BFA801

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

Shades of Buddha Gold #BFA801

Tints of Buddha Gold #BFA801

Color information

#BFA801 (or 0xBFA801) is unknown color: approx Buddha Gold. HEX triplet: BF, A8 and 01. RGB value is (191,168,1). Sum of RGB (Red+Green+Blue) = 191+168+1=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA801 is #4057FE. Grayscale: #9C9C9C. Windows color (decimal): -4216831 or 108735. OLE color: 108735.

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

Color convert

RGB1911681-
CMYK00.120.990.25
HSL52.74º98.96%37.65%-
HSV(B)52.74º99.48%74.9%-
XYZ35.4939.085.7-
YUV155.8440.62153.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 168 (66.02% from 255) = 46.67%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=53.06%
G=46.67%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191168100.120.990.2552.7498.9637.65
HexBFA810C6319356326
Octal2772501014143316514346
Binary10111111101010001011001100011110011101011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA801; }

 p { color: rgb(191,168,1); }

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

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

 a { background-color: rgb(191,168,1); }

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

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

 span { border-color: rgb(191,168,1); }

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