Html Css Color HEX #BEA11A Buddha Gold

📋 copy color: '#BEA11A'

red 190 ◦ green 161 ◦ blue 26

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

Shades of Buddha Gold #BEA11A

Tints of Buddha Gold #BEA11A

RGB

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

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

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

R = 50.4%
G = 42.71%
B = 6.9%

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

#BEA11A (or 0xBEA11A) is known color: Buddha Gold. HEX triplet: BE, A1 and 1A. RGB value is (190,161,26). Sum of RGB (Red+Green+Blue) = 190+161+26=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA11A is #415EE5. Grayscale: #9A9A9A. Windows color (decimal): -4284134 or 1745342. OLE color: 1745342.

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

Color convert

RGB 190 161 26 -
CMYK 0 0.15 0.86 0.25
HSL 49.39º 0.76% 0.42% -
HSV(B) 49.39º 0.86% 0.75% -
XYZ 34.17 36.51 6.22 -
YUV 154.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 190 161 26 0 0.15 0.86 0.25 49.39 0.76 0.42
Hex BE A1 1A 0 F 56 19 31 4C 2A
Octal 276 241 32 0 17 126 31 61 114 52
Binary 10111110 10100001 11010 0 1111 1010110 11001 110001 1001100 101010

Color Harmonies of #BEA11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA11A

Black with #BEA11A

Text Example


Text Example

White with #BEA11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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