Html Css Color HEX #BFA118 Buddha Gold

📋 copy color: '#BFA118'

red 191 ◦ green 161 ◦ blue 24

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

Shades of Buddha Gold #BFA118

Tints of Buddha Gold #BFA118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 50.8%
G = 42.82%
B = 6.38%

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

#BFA118 (or 0xBFA118) is known color: Buddha Gold. HEX triplet: BF, A1 and 18. RGB value is (191,161,24). Sum of RGB (Red+Green+Blue) = 191+161+24=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA118 is #405EE7. Grayscale: #9A9A9A. Windows color (decimal): -4218600 or 1614271. OLE color: 1614271.

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

Color convert

RGB 191 161 24 -
CMYK 0 0.16 0.87 0.25
HSL 49.22º 0.78% 0.42% -
HSV(B) 49.22º 0.87% 0.75% -
XYZ 34.4 36.63 6.12 -
YUV 154.35 54.44 154.14 -
System Red Green Blue C M Y K H S L
Decimal 191 161 24 0 0.16 0.87 0.25 49.22 0.78 0.42
Hex BF A1 18 0 10 57 19 31 4E 2A
Octal 277 241 30 0 20 127 31 61 116 52
Binary 10111111 10100001 11000 0 10000 1010111 11001 110001 1001110 101010

Color Harmonies of #BFA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA118

Black with #BFA118

Text Example


Text Example

White with #BFA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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