Html Css Color HEX #BFA117 Buddha Gold

📋 copy color: '#BFA117'

red 191 ◦ green 161 ◦ blue 23

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

Shades of Buddha Gold #BFA117

Tints of Buddha Gold #BFA117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 50.93%
G = 42.93%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFA117 (or 0xBFA117) is known color: Buddha Gold. HEX triplet: BF, A1 and 17. RGB value is (191,161,23). Sum of RGB (Red+Green+Blue) = 191+161+23=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA117 is #405EE8. Grayscale: #9A9A9A. Windows color (decimal): -4218601 or 1548735. OLE color: 1548735.

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

Color convert

RGB 191 161 23 -
CMYK 0 0.16 0.88 0.25
HSL 49.29º 0.79% 0.42% -
HSV(B) 49.29º 0.88% 0.75% -
XYZ 34.39 36.63 6.07 -
YUV 154.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 191 161 23 0 0.16 0.88 0.25 49.29 0.79 0.42
Hex BF A1 17 0 10 58 19 31 4F 2A
Octal 277 241 27 0 20 130 31 61 117 52
Binary 10111111 10100001 10111 0 10000 1011000 11001 110001 1001111 101010

Color Harmonies of #BFA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA117

Black with #BFA117

Text Example


Text Example

White with #BFA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA117; }

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

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

background-color css

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

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

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

border-color css

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

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

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