Html Css Color HEX #BFA021 Buddha Gold

📋 copy color: '#BFA021'

red 191 ◦ green 160 ◦ blue 33

#BFA021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BFA021

Tints of Buddha Gold #BFA021

RGB

 RED value IS 191 (75% from 255) = 49.74%

 GREEN value IS 160 (62.89% from 255) = 41.67%

 BLUE value IS 33 (13.28% from 255) = 8.59%

R = 49.74%
G = 41.67%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFA021 (or 0xBFA021) is known color: Buddha Gold. HEX triplet: BF, A0 and 21. RGB value is (191,160,33). Sum of RGB (Red+Green+Blue) = 191+160+33=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA021 is #405FDE. Grayscale: #9B9B9B. Windows color (decimal): -4218847 or 2203839. OLE color: 2203839.

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

Color convert

RGB 191 160 33 -
CMYK 0 0.16 0.83 0.25
HSL 48.23º 0.71% 0.44% -
HSV(B) 48.23º 0.83% 0.75% -
XYZ 34.33 36.33 6.64 -
YUV 154.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 191 160 33 0 0.16 0.83 0.25 48.23 0.71 0.44
Hex BF A0 21 0 10 53 19 30 47 2C
Octal 277 240 41 0 20 123 31 60 107 54
Binary 10111111 10100000 100001 0 10000 1010011 11001 110000 1000111 101100

Color Harmonies of #BFA021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA021

Black with #BFA021

Text Example


Text Example

White with #BFA021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA021; }

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

 H1.HeaderClassName
 {
   color: #BFA021;
 }
 .AnyTagClassName
 {
   color: #BFA021;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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