#BFA21B

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

Shades of Buddha Gold #BFA21B

Tints of Buddha Gold #BFA21B

Color information

#BFA21B (or 0xBFA21B) is unknown color: approx Buddha Gold. HEX triplet: BF, A2 and 1B. RGB value is (191,162,27). Sum of RGB (Red+Green+Blue) = 191+162+27=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA21B is #405DE4. Grayscale: #9B9B9B. Windows color (decimal): -4218341 or 1811135. OLE color: 1811135.

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

Color convert

RGB19116227-
CMYK00.150.860.25
HSL49.39º75.23%42.75%-
HSV(B)49.39º85.86%74.9%-
XYZ34.6376.35-
YUV155.2855.61153.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 27 (10.94% from 255) = 7.11%
R=50.26%
G=42.63%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911622700.150.860.2549.3975.2342.75
HexBFA21B0F5619314b2b
Octal27724233017126316111353
Binary101111111010001011011011111010110110011100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA21B; }

 p { color: rgb(191,162,27); }

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

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

 a { background-color: rgb(191,162,27); }

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

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

 span { border-color: rgb(191,162,27); }

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