Html Css Color HEX #BFA119 Buddha Gold

📋 copy color: '#BFA119'

red 191 ◦ green 161 ◦ blue 25

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

Shades of Buddha Gold #BFA119

Tints of Buddha Gold #BFA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.71%

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

R = 50.66%
G = 42.71%
B = 6.63%

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

#BFA119 (or 0xBFA119) is known color: Buddha Gold. HEX triplet: BF, A1 and 19. RGB value is (191,161,25). Sum of RGB (Red+Green+Blue) = 191+161+25=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA119 is #405EE6. Grayscale: #9B9B9B. Windows color (decimal): -4218599 or 1679807. OLE color: 1679807.

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

Color convert

RGB 191 161 25 -
CMYK 0 0.16 0.87 0.25
HSL 49.16º 0.77% 0.42% -
HSV(B) 49.16º 0.87% 0.75% -
XYZ 34.41 36.64 6.18 -
YUV 154.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 191 161 25 0 0.16 0.87 0.25 49.16 0.77 0.42
Hex BF A1 19 0 10 57 19 31 4D 2A
Octal 277 241 31 0 20 127 31 61 115 52
Binary 10111111 10100001 11001 0 10000 1010111 11001 110001 1001101 101010

Color Harmonies of #BFA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA119

Black with #BFA119

Text Example


Text Example

White with #BFA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA119; }

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

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

background-color css

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

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

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

border-color css

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

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

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