Html Css Color HEX #BEA40D Buddha Gold

📋 copy color: '#BEA40D'

red 190 ◦ green 164 ◦ blue 13

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

Shades of Buddha Gold #BEA40D

Tints of Buddha Gold #BEA40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 51.77%
G = 44.69%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEA40D (or 0xBEA40D) is known color: Buddha Gold. HEX triplet: BE, A4 and 0D. RGB value is (190,164,13). Sum of RGB (Red+Green+Blue) = 190+164+13=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA40D is #415BF2. Grayscale: #9B9B9B. Windows color (decimal): -4283379 or 894142. OLE color: 894142.

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

Color convert

RGB 190 164 13 -
CMYK 0 0.14 0.93 0.25
HSL 51.19º 0.87% 0.4% -
HSV(B) 51.19º 0.93% 0.75% -
XYZ 34.58 37.53 5.8 -
YUV 154.56 48.11 153.28 -
System Red Green Blue C M Y K H S L
Decimal 190 164 13 0 0.14 0.93 0.25 51.19 0.87 0.4
Hex BE A4 D 0 E 5D 19 33 57 28
Octal 276 244 15 0 16 135 31 63 127 50
Binary 10111110 10100100 1101 0 1110 1011101 11001 110011 1010111 101000

Color Harmonies of #BEA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA40D

Black with #BEA40D

Text Example


Text Example

White with #BEA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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