Html Css Color HEX #BEA024 Buddha Gold

📋 copy color: '#BEA024'

red 190 ◦ green 160 ◦ blue 36

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

Shades of Buddha Gold #BEA024

Tints of Buddha Gold #BEA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

 BLUE value IS 36 (14.45% from 255) = 9.33%

R = 49.22%
G = 41.45%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BEA024 (or 0xBEA024) is known color: Buddha Gold. HEX triplet: BE, A0 and 24. RGB value is (190,160,36). Sum of RGB (Red+Green+Blue) = 190+160+36=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA024 is #415FDB. Grayscale: #9B9B9B. Windows color (decimal): -4284380 or 2400446. OLE color: 2400446.

HSL color Cylindrical-coordinate representation of color #BEA024: hue angle of 48.31º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEA024 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 36 -
CMYK 0 0.16 0.81 0.25
HSL 48.31º 0.68% 0.44% -
HSV(B) 48.31º 0.81% 0.75% -
XYZ 34.12 36.22 6.86 -
YUV 154.83 60.94 153.08 -
System Red Green Blue C M Y K H S L
Decimal 190 160 36 0 0.16 0.81 0.25 48.31 0.68 0.44
Hex BE A0 24 0 10 51 19 30 44 2C
Octal 276 240 44 0 20 121 31 60 104 54
Binary 10111110 10100000 100100 0 10000 1010001 11001 110000 1000100 101100

Color Harmonies of #BEA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA024

Black with #BEA024

Text Example


Text Example

White with #BEA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA024; }

 p { color: rgb(190,160,36); }

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

background-color css

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

 a { background-color: rgb(190,160,36); }

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

border-color css

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

 span { border-color: rgb(190,160,36); }

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