Html Css Color HEX #BEA41A Buddha Gold

📋 copy color: '#BEA41A'

red 190 ◦ green 164 ◦ blue 26

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

Shades of Buddha Gold #BEA41A

Tints of Buddha Gold #BEA41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.16%

 BLUE value IS 26 (10.55% from 255) = 6.84%

R = 50%
G = 43.16%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEA41A (or 0xBEA41A) is known color: Buddha Gold. HEX triplet: BE, A4 and 1A. RGB value is (190,164,26). Sum of RGB (Red+Green+Blue) = 190+164+26=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA41A is #415BE5. Grayscale: #9C9C9C. Windows color (decimal): -4283366 or 1746110. OLE color: 1746110.

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

Color convert

RGB 190 164 26 -
CMYK 0 0.14 0.86 0.25
HSL 50.49º 0.76% 0.42% -
HSV(B) 50.49º 0.86% 0.75% -
XYZ 34.7 37.57 6.4 -
YUV 156.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 190 164 26 0 0.14 0.86 0.25 50.49 0.76 0.42
Hex BE A4 1A 0 E 56 19 32 4C 2A
Octal 276 244 32 0 16 126 31 62 114 52
Binary 10111110 10100100 11010 0 1110 1010110 11001 110010 1001100 101010

Color Harmonies of #BEA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA41A

Black with #BEA41A

Text Example


Text Example

White with #BEA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA41A; }

 p { color: rgb(190,164,26); }

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

background-color css

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

 a { background-color: rgb(190,164,26); }

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

border-color css

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

 span { border-color: rgb(190,164,26); }

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