Html Css Color HEX #BFA519 Buddha Gold

📋 copy color: '#BFA519'

red 191 ◦ green 165 ◦ blue 25

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

Shades of Buddha Gold #BFA519

Tints of Buddha Gold #BFA519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

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

R = 50.13%
G = 43.31%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFA519 (or 0xBFA519) is known color: Buddha Gold. HEX triplet: BF, A5 and 19. RGB value is (191,165,25). Sum of RGB (Red+Green+Blue) = 191+165+25=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA519 is #405AE6. Grayscale: #9D9D9D. Windows color (decimal): -4217575 or 1680831. OLE color: 1680831.

HSL color Cylindrical-coordinate representation of color #BFA519: hue angle of 50.6º 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 #BFA519 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 25 -
CMYK 0 0.14 0.87 0.25
HSL 50.6º 0.77% 0.42% -
HSV(B) 50.6º 0.87% 0.75% -
XYZ 35.12 38.06 6.41 -
YUV 156.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 191 165 25 0 0.14 0.87 0.25 50.6 0.77 0.42
Hex BF A5 19 0 E 57 19 33 4D 2A
Octal 277 245 31 0 16 127 31 63 115 52
Binary 10111111 10100101 11001 0 1110 1010111 11001 110011 1001101 101010

Color Harmonies of #BFA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA519

Black with #BFA519

Text Example


Text Example

White with #BFA519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA519; }

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

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

background-color css

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

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

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

border-color css

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

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

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