Html Css Color HEX #BEA20F Buddha Gold

📋 copy color: '#BEA20F'

red 190 ◦ green 162 ◦ blue 15

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

Shades of Buddha Gold #BEA20F

Tints of Buddha Gold #BEA20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 51.77%
G = 44.14%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEA20F (or 0xBEA20F) is known color: Buddha Gold. HEX triplet: BE, A2 and 0F. RGB value is (190,162,15). Sum of RGB (Red+Green+Blue) = 190+162+15=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA20F is #415DF0. Grayscale: #9A9A9A. Windows color (decimal): -4283889 or 1024702. OLE color: 1024702.

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

Color convert

RGB 190 162 15 -
CMYK 0 0.15 0.92 0.25
HSL 50.4º 0.85% 0.4% -
HSV(B) 50.4º 0.92% 0.75% -
XYZ 34.24 36.82 5.75 -
YUV 153.61 49.78 153.95 -
System Red Green Blue C M Y K H S L
Decimal 190 162 15 0 0.15 0.92 0.25 50.4 0.85 0.4
Hex BE A2 F 0 F 5C 19 32 55 28
Octal 276 242 17 0 17 134 31 62 125 50
Binary 10111110 10100010 1111 0 1111 1011100 11001 110010 1010101 101000

Color Harmonies of #BEA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA20F

Black with #BEA20F

Text Example


Text Example

White with #BEA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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