Html Css Color HEX #BEA616 Buddha Gold

📋 copy color: '#BEA616'

red 190 ◦ green 166 ◦ blue 22

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

Shades of Buddha Gold #BEA616

Tints of Buddha Gold #BEA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 50.26%
G = 43.92%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BEA616 (or 0xBEA616) is known color: Buddha Gold. HEX triplet: BE, A6 and 16. RGB value is (190,166,22). Sum of RGB (Red+Green+Blue) = 190+166+22=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA616 is #4159E9. Grayscale: #9D9D9D. Windows color (decimal): -4282858 or 1484478. OLE color: 1484478.

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

Color convert

RGB 190 166 22 -
CMYK 0 0.13 0.88 0.25
HSL 51.43º 0.79% 0.42% -
HSV(B) 51.43º 0.88% 0.75% -
XYZ 35.02 38.28 6.3 -
YUV 156.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 190 166 22 0 0.13 0.88 0.25 51.43 0.79 0.42
Hex BE A6 16 0 D 58 19 33 4F 2A
Octal 276 246 26 0 15 130 31 63 117 52
Binary 10111110 10100110 10110 0 1101 1011000 11001 110011 1001111 101010

Color Harmonies of #BEA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA616

Black with #BEA616

Text Example


Text Example

White with #BEA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA616; }

 p { color: rgb(190,166,22); }

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

background-color css

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

 a { background-color: rgb(190,166,22); }

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

border-color css

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

 span { border-color: rgb(190,166,22); }

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