#BFA300

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

Shades of Buddha Gold #BFA300

Tints of Buddha Gold #BFA300

Color information

#BFA300 (or 0xBFA300) is unknown color: approx Buddha Gold. HEX triplet: BF, A3 and 00. RGB value is (191,163,0). Sum of RGB (Red+Green+Blue) = 191+163+0=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA300 is #405CFF. Grayscale: #999999. Windows color (decimal): -4218112 or 41919. OLE color: 41919.

HSL color Cylindrical-coordinate representation of color #BFA300: hue angle of 51.2º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFA300 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1911630-
CMYK00.1510.25
HSL51.2º100%37.45%-
HSV(B)51.2º100%74.9%-
XYZ34.5837.275.37-
YUV152.7941.78155.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 163 (64.06% from 255) = 46.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.95%
G=46.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191163000.1510.2551.210037.45
HexBFA300F6419336425
Octal2772430017144316314445
Binary10111111101000110011111100100110011100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA300; }

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

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

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

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

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

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

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

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