Html Css Color HEX #BEA21A Buddha Gold

📋 copy color: '#BEA21A'

red 190 ◦ green 162 ◦ blue 26

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

Shades of Buddha Gold #BEA21A

Tints of Buddha Gold #BEA21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.86%

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

R = 50.26%
G = 42.86%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEA21A (or 0xBEA21A) is known color: Buddha Gold. HEX triplet: BE, A2 and 1A. RGB value is (190,162,26). Sum of RGB (Red+Green+Blue) = 190+162+26=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA21A is #415DE5. Grayscale: #9B9B9B. Windows color (decimal): -4283878 or 1745598. OLE color: 1745598.

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

Color convert

RGB 190 162 26 -
CMYK 0 0.15 0.86 0.25
HSL 49.76º 0.76% 0.42% -
HSV(B) 49.76º 0.86% 0.75% -
XYZ 34.34 36.86 6.28 -
YUV 154.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 190 162 26 0 0.15 0.86 0.25 49.76 0.76 0.42
Hex BE A2 1A 0 F 56 19 32 4C 2A
Octal 276 242 32 0 17 126 31 62 114 52
Binary 10111110 10100010 11010 0 1111 1010110 11001 110010 1001100 101010

Color Harmonies of #BEA21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA21A

Black with #BEA21A

Text Example


Text Example

White with #BEA21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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