Html Css Color HEX #BEA80E Buddha Gold

📋 copy color: '#BEA80E'

red 190 ◦ green 168 ◦ blue 14

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

Shades of Buddha Gold #BEA80E

Tints of Buddha Gold #BEA80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.16%

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 51.08%
G = 45.16%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEA80E (or 0xBEA80E) is known color: Buddha Gold. HEX triplet: BE, A8 and 0E. RGB value is (190,168,14). Sum of RGB (Red+Green+Blue) = 190+168+14=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA80E is #4157F1. Grayscale: #9D9D9D. Windows color (decimal): -4282354 or 960702. OLE color: 960702.

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

Color convert

RGB 190 168 14 -
CMYK 0 0.12 0.93 0.25
HSL 52.5º 0.86% 0.4% -
HSV(B) 52.5º 0.93% 0.75% -
XYZ 35.32 38.98 6.08 -
YUV 157.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 190 168 14 0 0.12 0.93 0.25 52.5 0.86 0.4
Hex BE A8 E 0 C 5D 19 34 56 28
Octal 276 250 16 0 14 135 31 64 126 50
Binary 10111110 10101000 1110 0 1100 1011101 11001 110100 1010110 101000

Color Harmonies of #BEA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA80E

Black with #BEA80E

Text Example


Text Example

White with #BEA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA80E; }

 p { color: rgb(190,168,14); }

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

background-color css

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

 a { background-color: rgb(190,168,14); }

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

border-color css

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

 span { border-color: rgb(190,168,14); }

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