Html Css Color HEX #BFA319 Buddha Gold

📋 copy color: '#BFA319'

red 191 ◦ green 163 ◦ blue 25

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

Shades of Buddha Gold #BFA319

Tints of Buddha Gold #BFA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.01%

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

R = 50.4%
G = 43.01%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFA319 (or 0xBFA319) is known color: Buddha Gold. HEX triplet: BF, A3 and 19. RGB value is (191,163,25). Sum of RGB (Red+Green+Blue) = 191+163+25=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA319 is #405CE6. Grayscale: #9C9C9C. Windows color (decimal): -4218087 or 1680319. OLE color: 1680319.

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

Color convert

RGB 191 163 25 -
CMYK 0 0.15 0.87 0.25
HSL 49.88º 0.77% 0.42% -
HSV(B) 49.88º 0.87% 0.75% -
XYZ 34.76 37.34 6.3 -
YUV 155.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 191 163 25 0 0.15 0.87 0.25 49.88 0.77 0.42
Hex BF A3 19 0 F 57 19 32 4D 2A
Octal 277 243 31 0 17 127 31 62 115 52
Binary 10111111 10100011 11001 0 1111 1010111 11001 110010 1001101 101010

Color Harmonies of #BFA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA319

Black with #BFA319

Text Example


Text Example

White with #BFA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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