Html Css Color HEX #BEA30A Buddha Gold

📋 copy color: '#BEA30A'

red 190 ◦ green 163 ◦ blue 10

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

Shades of Buddha Gold #BEA30A

Tints of Buddha Gold #BEA30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.9%

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 52.34%
G = 44.9%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BEA30A (or 0xBEA30A) is known color: Buddha Gold. HEX triplet: BE, A3 and 0A. RGB value is (190,163,10). Sum of RGB (Red+Green+Blue) = 190+163+10=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA30A is #415CF5. Grayscale: #9A9A9A. Windows color (decimal): -4283638 or 697278. OLE color: 697278.

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

Color convert

RGB 190 163 10 -
CMYK 0 0.14 0.95 0.25
HSL 51º 0.9% 0.39% -
HSV(B) 51º 0.95% 0.75% -
XYZ 34.39 37.16 5.65 -
YUV 153.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 190 163 10 0 0.14 0.95 0.25 51 0.9 0.39
Hex BE A3 A 0 E 5F 19 33 5A 27
Octal 276 243 12 0 16 137 31 63 132 47
Binary 10111110 10100011 1010 0 1110 1011111 11001 110011 1011010 100111

Color Harmonies of #BEA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA30A

Black with #BEA30A

Text Example


Text Example

White with #BEA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA30A; }

 p { color: rgb(190,163,10); }

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

background-color css

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

 a { background-color: rgb(190,163,10); }

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

border-color css

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

 span { border-color: rgb(190,163,10); }

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