Html Css Color HEX #BEA20A Buddha Gold

📋 copy color: '#BEA20A'

red 190 ◦ green 162 ◦ blue 10

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

Shades of Buddha Gold #BEA20A

Tints of Buddha Gold #BEA20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 52.49%
G = 44.75%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BEA20A (or 0xBEA20A) is known color: Buddha Gold. HEX triplet: BE, A2 and 0A. RGB value is (190,162,10). Sum of RGB (Red+Green+Blue) = 190+162+10=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA20A is #415DF5. Grayscale: #999999. Windows color (decimal): -4283894 or 697022. OLE color: 697022.

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

Color convert

RGB 190 162 10 -
CMYK 0 0.15 0.95 0.25
HSL 50.67º 0.9% 0.39% -
HSV(B) 50.67º 0.95% 0.75% -
XYZ 34.21 36.81 5.59 -
YUV 153.04 47.28 154.36 -
System Red Green Blue C M Y K H S L
Decimal 190 162 10 0 0.15 0.95 0.25 50.67 0.9 0.39
Hex BE A2 A 0 F 5F 19 33 5A 27
Octal 276 242 12 0 17 137 31 63 132 47
Binary 10111110 10100010 1010 0 1111 1011111 11001 110011 1011010 100111

Color Harmonies of #BEA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA20A

Black with #BEA20A

Text Example


Text Example

White with #BEA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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