Html Css Color HEX #BEA013 Buddha Gold

📋 copy color: '#BEA013'

red 190 ◦ green 160 ◦ blue 19

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

Shades of Buddha Gold #BEA013

Tints of Buddha Gold #BEA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 51.49%
G = 43.36%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEA013 (or 0xBEA013) is known color: Buddha Gold. HEX triplet: BE, A0 and 13. RGB value is (190,160,19). Sum of RGB (Red+Green+Blue) = 190+160+19=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA013 is #415FEC. Grayscale: #999999. Windows color (decimal): -4284397 or 1286334. OLE color: 1286334.

HSL color Cylindrical-coordinate representation of color #BEA013: hue angle of 49.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEA013 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 19 -
CMYK 0 0.16 0.90 0.25
HSL 49.47º 0.82% 0.41% -
HSV(B) 49.47º 0.9% 0.75% -
XYZ 33.92 36.14 5.8 -
YUV 152.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 190 160 19 0 0.16 0.90 0.25 49.47 0.82 0.41
Hex BE A0 13 0 10 5A 19 31 52 29
Octal 276 240 23 0 20 132 31 61 122 51
Binary 10111110 10100000 10011 0 10000 1011010 11001 110001 1010010 101001

Color Harmonies of #BEA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA013

Black with #BEA013

Text Example


Text Example

White with #BEA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA013; }

 p { color: rgb(190,160,19); }

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

background-color css

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

 a { background-color: rgb(190,160,19); }

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

border-color css

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

 span { border-color: rgb(190,160,19); }

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