Html Css Color HEX #BEA40B Buddha Gold

📋 copy color: '#BEA40B'

red 190 ◦ green 164 ◦ blue 11

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

Shades of Buddha Gold #BEA40B

Tints of Buddha Gold #BEA40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 52.05%
G = 44.93%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEA40B (or 0xBEA40B) is known color: Buddha Gold. HEX triplet: BE, A4 and 0B. RGB value is (190,164,11). Sum of RGB (Red+Green+Blue) = 190+164+11=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA40B is #415BF4. Grayscale: #9A9A9A. Windows color (decimal): -4283381 or 763070. OLE color: 763070.

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

Color convert

RGB 190 164 11 -
CMYK 0 0.14 0.94 0.25
HSL 51.28º 0.89% 0.39% -
HSV(B) 51.28º 0.94% 0.75% -
XYZ 34.57 37.52 5.74 -
YUV 154.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 190 164 11 0 0.14 0.94 0.25 51.28 0.89 0.39
Hex BE A4 B 0 E 5E 19 33 59 27
Octal 276 244 13 0 16 136 31 63 131 47
Binary 10111110 10100100 1011 0 1110 1011110 11001 110011 1011001 100111

Color Harmonies of #BEA40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA40B

Black with #BEA40B

Text Example


Text Example

White with #BEA40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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