Html Css Color HEX #BEA40C Buddha Gold

📋 copy color: '#BEA40C'

red 190 ◦ green 164 ◦ blue 12

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

Shades of Buddha Gold #BEA40C

Tints of Buddha Gold #BEA40C

RGB

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

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

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

R = 51.91%
G = 44.81%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEA40C (or 0xBEA40C) is known color: Buddha Gold. HEX triplet: BE, A4 and 0C. RGB value is (190,164,12). Sum of RGB (Red+Green+Blue) = 190+164+12=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA40C is #415BF3. Grayscale: #9B9B9B. Windows color (decimal): -4283380 or 828606. OLE color: 828606.

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

Color convert

RGB 190 164 12 -
CMYK 0 0.14 0.94 0.25
HSL 51.24º 0.88% 0.4% -
HSV(B) 51.24º 0.94% 0.75% -
XYZ 34.58 37.52 5.77 -
YUV 154.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 190 164 12 0 0.14 0.94 0.25 51.24 0.88 0.4
Hex BE A4 C 0 E 5E 19 33 58 28
Octal 276 244 14 0 16 136 31 63 130 50
Binary 10111110 10100100 1100 0 1110 1011110 11001 110011 1011000 101000

Color Harmonies of #BEA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA40C

Black with #BEA40C

Text Example


Text Example

White with #BEA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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