#BFA700

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

Shades of Buddha Gold #BFA700

Tints of Buddha Gold #BFA700

Color information

#BFA700 (or 0xBFA700) is unknown color: approx Buddha Gold. HEX triplet: BF, A7 and 00. RGB value is (191,167,0). Sum of RGB (Red+Green+Blue) = 191+167+0=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA700 is #4058FF. Grayscale: #9B9B9B. Windows color (decimal): -4217088 or 42943. OLE color: 42943.

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

Color convert

RGB1911670-
CMYK00.1310.25
HSL52.46º100%37.45%-
HSV(B)52.46º100%74.9%-
XYZ35.338.715.61-
YUV155.1440.45153.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 167 (65.62% from 255) = 46.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.35%
G=46.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191167000.1310.2552.4610037.45
HexBFA700D6419346425
Octal2772470015144316414445
Binary10111111101001110011011100100110011101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA700; }

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

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

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

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

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

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

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

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