Html Css Color HEX #BFA019 Buddha Gold

📋 copy color: '#BFA019'

red 191 ◦ green 160 ◦ blue 25

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

Shades of Buddha Gold #BFA019

Tints of Buddha Gold #BFA019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.65%

R = 50.8%
G = 42.55%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFA019 (or 0xBFA019) is known color: Buddha Gold. HEX triplet: BF, A0 and 19. RGB value is (191,160,25). Sum of RGB (Red+Green+Blue) = 191+160+25=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA019 is #405FE6. Grayscale: #9A9A9A. Windows color (decimal): -4218855 or 1679551. OLE color: 1679551.

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

Color convert

RGB 191 160 25 -
CMYK 0 0.16 0.87 0.25
HSL 48.8º 0.77% 0.42% -
HSV(B) 48.8º 0.87% 0.75% -
XYZ 34.23 36.29 6.12 -
YUV 153.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 191 160 25 0 0.16 0.87 0.25 48.8 0.77 0.42
Hex BF A0 19 0 10 57 19 31 4D 2A
Octal 277 240 31 0 20 127 31 61 115 52
Binary 10111111 10100000 11001 0 10000 1010111 11001 110001 1001101 101010

Color Harmonies of #BFA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA019

Black with #BFA019

Text Example


Text Example

White with #BFA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA019; }

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

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

background-color css

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

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

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

border-color css

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

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

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