Html Css Color HEX #BEA20C Buddha Gold

📋 copy color: '#BEA20C'

red 190 ◦ green 162 ◦ blue 12

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

Shades of Buddha Gold #BEA20C

Tints of Buddha Gold #BEA20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.3%

R = 52.2%
G = 44.51%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEA20C (or 0xBEA20C) is known color: Buddha Gold. HEX triplet: BE, A2 and 0C. RGB value is (190,162,12). Sum of RGB (Red+Green+Blue) = 190+162+12=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA20C is #415DF3. Grayscale: #999999. Windows color (decimal): -4283892 or 828094. OLE color: 828094.

HSL color Cylindrical-coordinate representation of color #BEA20C: hue angle of 50.56º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEA20C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 162 12 -
CMYK 0 0.15 0.94 0.25
HSL 50.56º 0.88% 0.4% -
HSV(B) 50.56º 0.94% 0.75% -
XYZ 34.22 36.81 5.65 -
YUV 153.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 190 162 12 0 0.15 0.94 0.25 50.56 0.88 0.4
Hex BE A2 C 0 F 5E 19 33 58 28
Octal 276 242 14 0 17 136 31 63 130 50
Binary 10111110 10100010 1100 0 1111 1011110 11001 110011 1011000 101000

Color Harmonies of #BEA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA20C

Black with #BEA20C

Text Example


Text Example

White with #BEA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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