Html Css Color HEX #BEA118 Buddha Gold

📋 copy color: '#BEA118'

red 190 ◦ green 161 ◦ blue 24

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

Shades of Buddha Gold #BEA118

Tints of Buddha Gold #BEA118

RGB

 RED value IS 190 (74.61% from 255) = 50.67%

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

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

R = 50.67%
G = 42.93%
B = 6.4%

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

#BEA118 (or 0xBEA118) is known color: Buddha Gold. HEX triplet: BE, A1 and 18. RGB value is (190,161,24). Sum of RGB (Red+Green+Blue) = 190+161+24=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA118 is #415EE7. Grayscale: #9A9A9A. Windows color (decimal): -4284136 or 1614270. OLE color: 1614270.

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

Color convert

RGB 190 161 24 -
CMYK 0 0.15 0.87 0.25
HSL 49.52º 0.78% 0.42% -
HSV(B) 49.52º 0.87% 0.75% -
XYZ 34.14 36.5 6.11 -
YUV 154.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 190 161 24 0 0.15 0.87 0.25 49.52 0.78 0.42
Hex BE A1 18 0 F 57 19 32 4E 2A
Octal 276 241 30 0 17 127 31 62 116 52
Binary 10111110 10100001 11000 0 1111 1010111 11001 110010 1001110 101010

Color Harmonies of #BEA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA118

Black with #BEA118

Text Example


Text Example

White with #BEA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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