Html Css Color HEX #BEA505 Buddha Gold

📋 copy color: '#BEA505'

red 190 ◦ green 165 ◦ blue 5

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

Shades of Buddha Gold #BEA505

Tints of Buddha Gold #BEA505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.83%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 52.78%
G = 45.83%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BEA505 (or 0xBEA505) is known color: Buddha Gold. HEX triplet: BE, A5 and 05. RGB value is (190,165,5). Sum of RGB (Red+Green+Blue) = 190+165+5=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA505 is #415AFA. Grayscale: #9A9A9A. Windows color (decimal): -4283131 or 370110. OLE color: 370110.

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

Color convert

RGB 190 165 5 -
CMYK 0 0.13 0.97 0.25
HSL 51.89º 0.95% 0.38% -
HSV(B) 51.89º 0.97% 0.75% -
XYZ 34.72 37.87 5.62 -
YUV 154.24 43.78 153.51 -
System Red Green Blue C M Y K H S L
Decimal 190 165 5 0 0.13 0.97 0.25 51.89 0.95 0.38
Hex BE A5 5 0 D 61 19 34 5F 26
Octal 276 245 5 0 15 141 31 64 137 46
Binary 10111110 10100101 101 0 1101 1100001 11001 110100 1011111 100110

Color Harmonies of #BEA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA505

Black with #BEA505

Text Example


Text Example

White with #BEA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA505; }

 p { color: rgb(190,165,5); }

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

background-color css

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

 a { background-color: rgb(190,165,5); }

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

border-color css

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

 span { border-color: rgb(190,165,5); }

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