Html Css Color HEX #BEA319 Buddha Gold

📋 copy color: '#BEA319'

red 190 ◦ green 163 ◦ blue 25

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

Shades of Buddha Gold #BEA319

Tints of Buddha Gold #BEA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.12%

 BLUE value IS 25 (10.16% from 255) = 6.61%

R = 50.26%
G = 43.12%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BEA319 (or 0xBEA319) is known color: Buddha Gold. HEX triplet: BE, A3 and 19. RGB value is (190,163,25). Sum of RGB (Red+Green+Blue) = 190+163+25=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA319 is #415CE6. Grayscale: #9B9B9B. Windows color (decimal): -4283623 or 1680318. OLE color: 1680318.

HSL color Cylindrical-coordinate representation of color #BEA319: hue angle of 50.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEA319 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 25 -
CMYK 0 0.14 0.87 0.25
HSL 50.18º 0.77% 0.42% -
HSV(B) 50.18º 0.87% 0.75% -
XYZ 34.51 37.21 6.28 -
YUV 155.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 190 163 25 0 0.14 0.87 0.25 50.18 0.77 0.42
Hex BE A3 19 0 E 57 19 32 4D 2A
Octal 276 243 31 0 16 127 31 62 115 52
Binary 10111110 10100011 11001 0 1110 1010111 11001 110010 1001101 101010

Color Harmonies of #BEA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA319

Black with #BEA319

Text Example


Text Example

White with #BEA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA319; }

 p { color: rgb(190,163,25); }

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

background-color css

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

 a { background-color: rgb(190,163,25); }

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

border-color css

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

 span { border-color: rgb(190,163,25); }

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