Html Css Color HEX #BEA415 Buddha Gold

📋 copy color: '#BEA415'

red 190 ◦ green 164 ◦ blue 21

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

Shades of Buddha Gold #BEA415

Tints of Buddha Gold #BEA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 50.67%
G = 43.73%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BEA415 (or 0xBEA415) is known color: Buddha Gold. HEX triplet: BE, A4 and 15. RGB value is (190,164,21). Sum of RGB (Red+Green+Blue) = 190+164+21=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA415 is #415BEA. Grayscale: #9C9C9C. Windows color (decimal): -4283371 or 1418430. OLE color: 1418430.

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

Color convert

RGB 190 164 21 -
CMYK 0 0.14 0.89 0.25
HSL 50.77º 0.8% 0.41% -
HSV(B) 50.77º 0.89% 0.75% -
XYZ 34.65 37.55 6.13 -
YUV 155.47 52.11 152.63 -
System Red Green Blue C M Y K H S L
Decimal 190 164 21 0 0.14 0.89 0.25 50.77 0.8 0.41
Hex BE A4 15 0 E 59 19 33 50 29
Octal 276 244 25 0 16 131 31 63 120 51
Binary 10111110 10100100 10101 0 1110 1011001 11001 110011 1010000 101001

Color Harmonies of #BEA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA415

Black with #BEA415

Text Example


Text Example

White with #BEA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA415; }

 p { color: rgb(190,164,21); }

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

background-color css

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

 a { background-color: rgb(190,164,21); }

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

border-color css

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

 span { border-color: rgb(190,164,21); }

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