Html Css Color HEX #BEA613 Buddha Gold

📋 copy color: '#BEA613'

red 190 ◦ green 166 ◦ blue 19

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

Shades of Buddha Gold #BEA613

Tints of Buddha Gold #BEA613

RGB

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

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

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

R = 50.67%
G = 44.27%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEA613 (or 0xBEA613) is known color: Buddha Gold. HEX triplet: BE, A6 and 13. RGB value is (190,166,19). Sum of RGB (Red+Green+Blue) = 190+166+19=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA613 is #4159EC. Grayscale: #9D9D9D. Windows color (decimal): -4282861 or 1287870. OLE color: 1287870.

HSL color Cylindrical-coordinate representation of color #BEA613: hue angle of 51.58º 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 #BEA613 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 166 19 -
CMYK 0 0.13 0.90 0.25
HSL 51.58º 0.82% 0.41% -
HSV(B) 51.58º 0.9% 0.75% -
XYZ 34.99 38.27 6.16 -
YUV 156.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 190 166 19 0 0.13 0.90 0.25 51.58 0.82 0.41
Hex BE A6 13 0 D 5A 19 34 52 29
Octal 276 246 23 0 15 132 31 64 122 51
Binary 10111110 10100110 10011 0 1101 1011010 11001 110100 1010010 101001

Color Harmonies of #BEA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA613

Black with #BEA613

Text Example


Text Example

White with #BEA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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