#BFA022

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

Shades of Buddha Gold #BFA022

Tints of Buddha Gold #BFA022

Color information

#BFA022 (or 0xBFA022) is unknown color: approx Buddha Gold. HEX triplet: BF, A0 and 22. RGB value is (191,160,34). Sum of RGB (Red+Green+Blue) = 191+160+34=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA022 is #405FDD. Grayscale: #9B9B9B. Windows color (decimal): -4218846 or 2269375. OLE color: 2269375.

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

Color convert

RGB19116034-
CMYK00.160.820.25
HSL48.15º69.78%44.12%-
HSV(B)48.15º82.2%74.9%-
XYZ34.3536.336.72-
YUV154.959.77153.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 34 (13.67% from 255) = 8.83%
R=49.61%
G=41.56%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911603400.160.820.2548.1569.7844.12
HexBFA022010521930462c
Octal27724042020122316010654
Binary10111111101000001000100100001010010110011100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA022; }

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

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

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

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

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

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

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

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