#BFA00B

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

Shades of Buddha Gold #BFA00B

Tints of Buddha Gold #BFA00B

Color information

#BFA00B (or 0xBFA00B) is unknown color: approx Buddha Gold. HEX triplet: BF, A0 and 0B. RGB value is (191,160,11). Sum of RGB (Red+Green+Blue) = 191+160+11=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA00B is #405FF4. Grayscale: #989898. Windows color (decimal): -4218869 or 762047. OLE color: 762047.

HSL color Cylindrical-coordinate representation of color #BFA00B: hue angle of 49.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFA00B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB19116011-
CMYK00.160.940.25
HSL49.67º89.11%39.61%-
HSV(B)49.67º94.24%74.9%-
XYZ34.1236.245.51-
YUV152.2848.27155.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 11 (4.69% from 255) = 3.04%
R=52.76%
G=44.20%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911601100.160.940.2549.6789.1139.61
HexBFA0B0105E19325928
Octal27724013020136316213150
Binary101111111010000010110100001011110110011100101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA00B; }

 p { color: rgb(191,160,11); }

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

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

 a { background-color: rgb(191,160,11); }

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

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

 span { border-color: rgb(191,160,11); }

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